wxRuby Documentation Home
Standard Application Ids
wxRuby provides a set of predefined constants of integer ids which
correspond to common application actions. These are particularly useful
in Menus and Dialogs. If the appropriate id
is specified, the menu item or button will be displayed with an
appropriate system icon on GTK.
The names are generally self-explanatory; they cover:
Basic application actions
Wx::::ID_OPEN
Wx::::ID_CLOSE
Wx::::ID_NEW
Wx::::ID_SAVE
Wx::::ID_SAVEAS
Wx::::ID_REVERT
Wx::::ID_EXIT
Wx::::ID_UNDO
Wx::::ID_REDO
Wx::::ID_HELP
Wx::::ID_PRINT
Wx::::ID_PRINT_SETUP
Wx::::ID_PREVIEW
Wx::::ID_ABOUT
Wx::::ID_HELP_CONTENTS
Wx::::ID_HELP_COMMANDS
Wx::::ID_HELP_PROCEDURES
Wx::::ID_HELP_CONTEXT
Wx::::ID_CLOSE_ALL
Wx::::ID_PREFERENCES
Editing actions
Wx::::ID_CUT = 5030
Wx::::ID_COPY
Wx::::ID_PASTE
Wx::::ID_CLEAR
Wx::::ID_FIND
Wx::::ID_DUPLICATE
Wx::::ID_SELECTALL
Wx::::ID_DELETE
Wx::::ID_REPLACE
Wx::::ID_REPLACE_ALL
Wx::::ID_PROPERTIES
Viewing options
Wx::ID_VIEW_DETAILS
Wx::ID_VIEW_LARGEICONS
Wx::ID_VIEW_SMALLICONS
Wx::ID_VIEW_LIST
Wx::ID_VIEW_SORTDATE
Wx::ID_VIEW_SORTNAME
Wx::ID_VIEW_SORTSIZE
Wx::ID_VIEW_SORTTYPE
Recent file identifiers
Wx::ID_FILE1
Wx::ID_FILE2
Wx::ID_FILE3
Wx::ID_FILE4
Wx::ID_FILE5
Wx::ID_FILE6
Wx::ID_FILE7
Wx::ID_FILE8
Wx::ID_FILE9
Wx::ID_OK
Wx::ID_CANCEL
Wx::ID_APPLY
Wx::ID_YES
Wx::ID_NO
Wx::ID_STATIC
Wx::ID_FORWARD
Wx::ID_BACKWARD
Wx::ID_DEFAULT
Wx::ID_MORE
Wx::ID_SETUP
Wx::ID_RESET
Wx::ID_CONTEXT_HELP
Wx::ID_YESTOALL
Wx::ID_NOTOALL
Wx::ID_ABORT
Wx::ID_RETRY
Wx::ID_IGNORE
Wx::ID_ADD
Wx::ID_REMOVE
Navigation ids
Wx::ID_UP
Wx::ID_DOWN
Wx::ID_HOME
Wx::ID_REFRESH
Wx::ID_STOP
Wx::ID_INDEX
Wx::ID_BOLD
Wx::ID_ITALIC
Wx::ID_JUSTIFY_CENTER
Wx::ID_JUSTIFY_FILL
Wx::ID_JUSTIFY_RIGHT
Wx::ID_JUSTIFY_LEFT
Wx::ID_UNDERLINE
Wx::ID_INDENT
Wx::ID_UNINDENT
Wx::ID_ZOOM_100
Wx::ID_ZOOM_FIT
Wx::ID_ZOOM_IN
Wx::ID_ZOOM_OUT
Wx::ID_UNDELETE
Wx::ID_REVERT_TO_SAVED
[This page automatically generated from the Textile source at 2023-06-09 00:45:30 +0000]