| class DEMO1 |
|---|
| GUI_UTIL |
| do_something(w: TK_TEXT,b: TK_CANVAS_CB) |
|---|
| **** | The first argument is the action id. |
| draw_point(c: TK_CANVAS,x,y: FLT,tag:ARRAY{TK_CTAG},config:TK_RECT_CFG) |
|---|
| gui_loop .. Included as 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 |
| init |
|---|
| main .. Included as main |
|---|
| packer: TK_PACK .. Included as packer |
|---|
| **** | Look at pack info for the standard configurations |
| print_something(w: TK_TEXT,b: TK_CANVAS_CB) |
|---|
| **** | The first argument is the action id. |
| quit_routine: ROUT .. Included as quit_routine |
|---|
| root_window: TK_TOPLEVEL .. Included as root_window |
|---|
| startup_gui .. Included as startup_gui |
|---|