Class: Wx::StandardID
Overview
Standard IDs.
Notice that some, but not all, of these IDs are also stock IDs, i.e. you can use them for the button or menu items without specifying the label which will be provided by the underlying platform itself. See the list of stock items for the subset of standard IDs which are stock IDs as well.
Constant Summary collapse
- ID_AUTO_LOWEST =
This id delimits the lower bound of the range used by automatically-generated ids (i.e. those used when ID_ANY is specified during construction).
Wx::StandardID.new(-1000000)
- ID_AUTO_HIGHEST =
This id delimits the upper bound of the range used by automatically-generated ids (i.e. those used when ID_ANY is specified during construction).
Wx::StandardID.new(-2000)
- ID_NONE =
No id matches this one when compared to it.
Wx::StandardID.new(-3)
- ID_SEPARATOR =
Id for a separator line in the menu (invalid for normal item).
Wx::StandardID.new(-2)
- ID_ANY =
Any id: means that we don’t care about the id, whether when installing an event handler or when creating a new window.
Wx::StandardID.new(-1)
- ID_LOWEST =
Start of the range reserved for wxWidgets-defined IDs.
Wx::StandardID.new(4999)
- ID_OPEN =
Wx::StandardID.new(5000)
- ID_CLOSE =
Wx::StandardID.new(5001)
- ID_NEW =
Wx::StandardID.new(5002)
- ID_SAVE =
Wx::StandardID.new(5003)
- ID_SAVEAS =
Wx::StandardID.new(5004)
- ID_REVERT =
Wx::StandardID.new(5005)
- ID_EXIT =
Wx::StandardID.new(5006)
- ID_UNDO =
Wx::StandardID.new(5007)
- ID_REDO =
Wx::StandardID.new(5008)
- ID_HELP =
Wx::StandardID.new(5009)
- ID_PRINT =
Wx::StandardID.new(5010)
- ID_PRINT_SETUP =
Wx::StandardID.new(5011)
- ID_PAGE_SETUP =
Wx::StandardID.new(5012)
- ID_PREVIEW =
Wx::StandardID.new(5013)
- ID_ABOUT =
Wx::StandardID.new(5014)
- ID_HELP_CONTENTS =
Wx::StandardID.new(5015)
- ID_HELP_INDEX =
Wx::StandardID.new(5016)
- ID_HELP_SEARCH =
Wx::StandardID.new(5017)
- ID_HELP_COMMANDS =
Wx::StandardID.new(5018)
- ID_HELP_PROCEDURES =
Wx::StandardID.new(5019)
- ID_HELP_CONTEXT =
Wx::StandardID.new(5020)
- ID_CLOSE_ALL =
Wx::StandardID.new(5021)
- ID_PREFERENCES =
Wx::StandardID.new(5022)
- ID_EDIT =
Wx::StandardID.new(5030)
- ID_CUT =
Wx::StandardID.new(5031)
- ID_COPY =
Wx::StandardID.new(5032)
- ID_PASTE =
Wx::StandardID.new(5033)
- ID_CLEAR =
Wx::StandardID.new(5034)
- ID_FIND =
Wx::StandardID.new(5035)
- ID_DUPLICATE =
Wx::StandardID.new(5036)
- ID_SELECTALL =
Wx::StandardID.new(5037)
- ID_DELETE =
Wx::StandardID.new(5038)
- ID_REPLACE =
Wx::StandardID.new(5039)
- ID_REPLACE_ALL =
Wx::StandardID.new(5040)
- ID_PROPERTIES =
Wx::StandardID.new(5041)
- ID_VIEW_DETAILS =
Wx::StandardID.new(5042)
- ID_VIEW_LARGEICONS =
Wx::StandardID.new(5043)
- ID_VIEW_SMALLICONS =
Wx::StandardID.new(5044)
- ID_VIEW_LIST =
Wx::StandardID.new(5045)
- ID_VIEW_SORTDATE =
Wx::StandardID.new(5046)
- ID_VIEW_SORTNAME =
Wx::StandardID.new(5047)
- ID_VIEW_SORTSIZE =
Wx::StandardID.new(5048)
- ID_VIEW_SORTTYPE =
Wx::StandardID.new(5049)
- ID_FILE =
Wx::StandardID.new(5050)
- ID_FILE1 =
Wx::StandardID.new(5051)
- ID_FILE2 =
Wx::StandardID.new(5052)
- ID_FILE3 =
Wx::StandardID.new(5053)
- ID_FILE4 =
Wx::StandardID.new(5054)
- ID_FILE5 =
Wx::StandardID.new(5055)
- ID_FILE6 =
Wx::StandardID.new(5056)
- ID_FILE7 =
Wx::StandardID.new(5057)
- ID_FILE8 =
Wx::StandardID.new(5058)
- ID_FILE9 =
Wx::StandardID.new(5059)
- ID_OK =
Standard button and menu IDs.
Wx::StandardID.new(5100)
- ID_CANCEL =
Wx::StandardID.new(5101)
- ID_APPLY =
Wx::StandardID.new(5102)
- ID_YES =
Wx::StandardID.new(5103)
- ID_NO =
Wx::StandardID.new(5104)
- ID_STATIC =
Wx::StandardID.new(5105)
- ID_FORWARD =
Wx::StandardID.new(5106)
- ID_BACKWARD =
Wx::StandardID.new(5107)
- ID_DEFAULT =
Wx::StandardID.new(5108)
- ID_MORE =
Wx::StandardID.new(5109)
- ID_SETUP =
Wx::StandardID.new(5110)
- ID_RESET =
Wx::StandardID.new(5111)
- ID_CONTEXT_HELP =
Wx::StandardID.new(5112)
- ID_YESTOALL =
Wx::StandardID.new(5113)
- ID_NOTOALL =
Wx::StandardID.new(5114)
- ID_ABORT =
Wx::StandardID.new(5115)
- ID_RETRY =
Wx::StandardID.new(5116)
- ID_IGNORE =
Wx::StandardID.new(5117)
- ID_ADD =
Wx::StandardID.new(5118)
- ID_REMOVE =
Wx::StandardID.new(5119)
- ID_UP =
Wx::StandardID.new(5120)
- ID_DOWN =
Wx::StandardID.new(5121)
- ID_HOME =
Wx::StandardID.new(5122)
- ID_REFRESH =
Wx::StandardID.new(5123)
- ID_STOP =
Wx::StandardID.new(5124)
- ID_INDEX =
Wx::StandardID.new(5125)
- ID_BOLD =
Wx::StandardID.new(5126)
- ID_ITALIC =
Wx::StandardID.new(5127)
- ID_JUSTIFY_CENTER =
Wx::StandardID.new(5128)
- ID_JUSTIFY_FILL =
Wx::StandardID.new(5129)
- ID_JUSTIFY_RIGHT =
Wx::StandardID.new(5130)
- ID_JUSTIFY_LEFT =
Wx::StandardID.new(5131)
- ID_UNDERLINE =
Wx::StandardID.new(5132)
- ID_INDENT =
Wx::StandardID.new(5133)
- ID_UNINDENT =
Wx::StandardID.new(5134)
- ID_ZOOM_100 =
Wx::StandardID.new(5135)
- ID_ZOOM_FIT =
Wx::StandardID.new(5136)
- ID_ZOOM_IN =
Wx::StandardID.new(5137)
- ID_ZOOM_OUT =
Wx::StandardID.new(5138)
- ID_UNDELETE =
Wx::StandardID.new(5139)
- ID_REVERT_TO_SAVED =
Wx::StandardID.new(5140)
- ID_CDROM =
Wx::StandardID.new(5141)
- ID_CONVERT =
Wx::StandardID.new(5142)
- ID_EXECUTE =
Wx::StandardID.new(5143)
- ID_FLOPPY =
Wx::StandardID.new(5144)
- ID_HARDDISK =
Wx::StandardID.new(5145)
- ID_BOTTOM =
Wx::StandardID.new(5146)
- ID_FIRST =
Wx::StandardID.new(5147)
- ID_LAST =
Wx::StandardID.new(5148)
- ID_TOP =
Wx::StandardID.new(5149)
- ID_INFO =
Wx::StandardID.new(5150)
- ID_JUMP_TO =
Wx::StandardID.new(5151)
- ID_NETWORK =
Wx::StandardID.new(5152)
- ID_SELECT_COLOR =
Wx::StandardID.new(5153)
- ID_SELECT_FONT =
Wx::StandardID.new(5154)
- ID_SORT_ASCENDING =
Wx::StandardID.new(5155)
- ID_SORT_DESCENDING =
Wx::StandardID.new(5156)
- ID_SPELL_CHECK =
Wx::StandardID.new(5157)
- ID_STRIKETHROUGH =
Wx::StandardID.new(5158)
- ID_SYSTEM_MENU =
System menu IDs (used by Univ):
Wx::StandardID.new(5200)
- ID_CLOSE_FRAME =
Wx::StandardID.new(5201)
- ID_MOVE_FRAME =
Wx::StandardID.new(5202)
- ID_RESIZE_FRAME =
Wx::StandardID.new(5203)
- ID_MAXIMIZE_FRAME =
Wx::StandardID.new(5204)
- ID_ICONIZE_FRAME =
Wx::StandardID.new(5205)
- ID_RESTORE_FRAME =
Wx::StandardID.new(5206)
- ID_MDI_WINDOW_FIRST =
MDI window menu ids.
Wx::StandardID.new(5230)
- ID_MDI_WINDOW_CASCADE =
Wx::StandardID.new(5230)
- ID_MDI_WINDOW_TILE_HORZ =
Wx::StandardID.new(5231)
- ID_MDI_WINDOW_TILE_VERT =
Wx::StandardID.new(5232)
- ID_MDI_WINDOW_ARRANGE_ICONS =
Wx::StandardID.new(5233)
- ID_MDI_WINDOW_PREV =
Wx::StandardID.new(5234)
- ID_MDI_WINDOW_NEXT =
Wx::StandardID.new(5235)
- ID_MDI_WINDOW_LAST =
Wx::StandardID.new(5235)
- ID_FILEDLGG =
IDs used by generic file dialog (13 consecutive starting from this value)
Wx::StandardID.new(5900)
- ID_FILECTRL =
IDs used by generic file ctrl (4 consecutive starting from this value)
Wx::StandardID.new(5950)
- ID_HIGHEST =
End of the range reserved for wxWidgets-defined IDs.
Wx::StandardID.new(5999)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum