class DEMO_LISTBOX


Flattened version is here

Ancestors
GUI_UTIL



Public


Readable Attributes
attr button: TK_BUTTON;
attr entry: TK_ENTRY;
attr listbox: TK_LISTBOX;

Writable Attributes
attr button: TK_BUTTON;
attr entry: TK_ENTRY;
attr listbox: TK_LISTBOX;

Features
init
insert_item(i:TK_EVENT_INFO)
**** insert the entry's content at the end of the list
print_list
**** print the content of the listbox to stdout two different ways should produce the same

The Sather Home Page