floor_bg1

floor_bg1(w,fill,outline) Instance Public methods #floor_bg1 â This method represents part of the floorplan database. When invoked, it instantiates the background information for the first floor. Arguments: w - The canvas window. fill - Fill color to use for the floor's background. outline - Color to use for the floor's outline.

floor_bg2

floor_bg2(w,fill,outline) Instance Public methods #floor_bg2 â This method represents part of the floorplan database. When invoked, it instantiates the background information for the first floor. Arguments: w - The canvas window. fill - Fill color to use for the floor's background. outline - Color to use for the floor's outline.

floor_bg3

floor_bg3(w,fill,outline) Instance Public methods #floor_bg3 â This method represents part of the floorplan database. When invoked, it instantiates the background information for the first floor. Arguments: w - The canvas window. fill - Fill color to use for the floor's background. outline - Color to use for the floor's outline.

floor_fg1

floor_fg1(w,color) Instance Public methods #floor_fg1 â This method represents part of the floorplan database. When invoked, it instantiates the foreground information for the first floor (office outlines and numbers). Arguments: w - The canvas window. color - Color to use for drawing foreground information.

floor_fg2

floor_fg2(w,color) Instance Public methods #floor_fg2 â This method represents part of the floorplan database. When invoked, it instantiates the foreground information for the second floor (office outlines and numbers). Arguments: w - The canvas window. color - Color to use for drawing foreground information.

floor_fg3

floor_fg3(w,color) Instance Public methods #floor_fg3 â This method represents part of the floorplan database. When invoked, it instantiates the foreground information for the third floor (office outlines and numbers). Arguments: w - The canvas window. color - Color to use for drawing foreground information.

focusAndFlash

focusAndFlash(widget, fg, bg, count=5) Instance Public methods focusAndFlash â Error handler for entry widgets that forces the focus onto the widget and makes the widget flash by exchanging the foreground and background colours at intervals of 200ms (i.e. at approximately 2.5Hz). Arguments: widget - entry widget to flash fg - Initial foreground colour bg - Initial background colour count - Counter to control the number of times flashed

focusMonitor

focusMonitor() Instance Public methods

foobar

foobar() Instance Public methods

foreachWidget

foreachWidget(wins, cmd) Instance Public methods Utilities: