INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Must be defined as a once funtion to create the
-- application's main_window.
-- Application's accelerators
-- May be redefined (in once) to associate accelerators.
-- Default command used to show `main_window'.
-- May be redefined to have a maximized window for
-- instance.
-- See class WEL_SW_CONSTANTS for values.
-- Can the application be run?
-- (True by default)
-- The user may want to return False if the application
-- can not be executed for any reason.
-- Is the main window a dialog box?
-- Enable the call to `idle_action' when the message
-- queue is empty.
-- Disable the call to `idle_action' when the message
-- queue is empty.
-- Create `main_window' and start the message loop.
-- Called when the message queue is empty.
-- Useful to perform background operations.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |