partial class GUI_UTIL
****
An include class for users of the gui. Simplifies the interface to the GUI. The idea is to have type safety while still preserving the convenience of the tk style of specifying events


Flattened version is here

Descendants
PIZZA_MAIN DEMO_RASTER DEMO_LISTBOX DEMO_TEXT
DEMO1 DEMO_MENU



Public


Features
gui_loop
**** If you use this version (rather than intermittent poll_gui calls) it should be possible to create a single process version of your user interface with the same functionality by replacing this call with the Tk main loop
stub init;
main
packer: TK_PACK
**** Look at pack info for the standard configurations
quit_routine: ROUT
root_window: TK_TOPLEVEL
startup_gui

The Sather Home Page