Previous: Building Widgets, Up: Widgets [Contents][Index]
You manage widgets by running the xtloop
command. Any events
(button presses, menu selection, etcetera) that occur in your widgets
are stored in an event queue – whether or not the widgets are being
managed at the time. When xtloop
is running, then the events in
the queue that came from your widgets are serviced in the order in which
they were received.
See also: xtloop