This cleans up internal wxWidgets memory. wxMain() automatically calls this before it exits. If you do not use wxMain(), then you should manually call cleanup() before your app exits.
See Also: get_key_state, get_sys_color, get_sys_metric, message_box, wxEu_Lib, wxMain, wx_execute, wx_shell
Returns 1 if specified key (see Key Codes for a list of codes to use) is currently pressed down.
See Also: cleanup, get_sys_color, get_sys_metric, message_box, wxEu_Lib, wxMain, wx_execute, wx_shell
Available system colors are:
See Also: cleanup, get_key_state, get_sys_metric, message_box, wxEu_Lib, wxMain, wx_execute, wx_shell
Available metrics are:
See Also: cleanup, get_key_state, get_sys_color, message_box, wxEu_Lib, wxMain, wx_execute, wx_shell
Creates a message box dialog, with style ok. Allowable styles are:
wxOK wxYES_NO wxCANCEL wxYES wxNO wxNO_DEFAULT wxYES_DEFAULT wxICON_EXCLAMATION wxICON_HAND wxICON_WARNING wxICON_ERROR wxICON_QUESTION wxICON_INFORMATION wxICON_STOP wxICON_ASTERISK
See Also: cleanup, get_key_state, get_sys_color, get_sys_metric, wxEu_Lib, wxMain, wx_execute, wx_shell
This is a global function that you can declare before you include wxEuphoria.e. If it is present, the return value of the function will be used as the name of the wxEuphoria library when calling open_dll(). The default names are:
Win32: wxeu.dll Linux: $EUDIR/bin/wxeu.so
See Also: cleanup, get_key_state, get_sys_color, get_sys_metric, message_box, wxMain, wx_execute, wx_shell
This starts the event loop and your main application.
See Also: cleanup, get_key_state, get_sys_color, get_sys_metric, message_box, wxEu_Lib, wx_execute, wx_shell
flag can be a combination of:
See Also: cleanup, get_key_state, get_sys_color, get_sys_metric, message_box, wxEu_Lib, wxMain, wx_shell
See Also: cleanup, get_key_state, get_sys_color, get_sys_metric, message_box, wxEu_Lib, wxMain, wx_execute