File: wx.StandardID.enumeration.txt

package info (click to toggle)
wxpython4.0 4.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 211,112 kB
  • sloc: cpp: 888,355; python: 223,130; makefile: 52,087; ansic: 45,780; sh: 3,012; xml: 1,534; perl: 264
file content (167 lines) | stat: -rw-r--r-- 13,227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.StandardID:

==========================================================================================================================================
|phoenix_title|  **wx.StandardID**
==========================================================================================================================================



The `StandardID` enumeration provides the following values:



================================================================================ ================================================================================
**Description**                                                                  **Value**
================================================================================ ================================================================================
``wx.ID_AUTO_LOWEST``                                                            This id delimits the lower bound of the range used by automatically-generated ids (i.e.                      
``wx.ID_AUTO_HIGHEST``                                                           This id delimits the upper bound of the range used by automatically-generated ids (i.e.                      
``wx.ID_NONE``                                                                   No id matches this one when compared to it.                      
``wx.ID_SEPARATOR``                                                              Id for a separator line in the menu (invalid for normal item).                      
``wx.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.ID_LOWEST``                                                                 
``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_PAGE_SETUP``                                                             
``wx.ID_PREVIEW``                                                                
``wx.ID_ABOUT``                                                                  
``wx.ID_HELP_CONTENTS``                                                          
``wx.ID_HELP_INDEX``                                                             
``wx.ID_HELP_SEARCH``                                                            
``wx.ID_HELP_COMMANDS``                                                          
``wx.ID_HELP_PROCEDURES``                                                        
``wx.ID_HELP_CONTEXT``                                                           
``wx.ID_CLOSE_ALL``                                                              
``wx.ID_PREFERENCES``                                                            
``wx.ID_EDIT``                                                                   
``wx.ID_CUT``                                                                    
``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``                                                             
``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``                                                          
``wx.ID_FILE``                                                                   
``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``                                                                     Standard button and menu IDs.                      
``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``                                                                 
``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``                                                        
``wx.ID_CDROM``                                                                  
``wx.ID_CONVERT``                                                                
``wx.ID_EXECUTE``                                                                
``wx.ID_FLOPPY``                                                                 
``wx.ID_HARDDISK``                                                               
``wx.ID_BOTTOM``                                                                 
``wx.ID_FIRST``                                                                  
``wx.ID_LAST``                                                                   
``wx.ID_TOP``                                                                    
``wx.ID_INFO``                                                                   
``wx.ID_JUMP_TO``                                                                
``wx.ID_NETWORK``                                                                
``wx.ID_SELECT_COLOR``                                                           
``wx.ID_SELECT_FONT``                                                            
``wx.ID_SORT_ASCENDING``                                                         
``wx.ID_SORT_DESCENDING``                                                        
``wx.ID_SPELL_CHECK``                                                            
``wx.ID_STRIKETHROUGH``                                                          
``wx.ID_SYSTEM_MENU``                                                            System menu IDs (used by Univ):                      
``wx.ID_CLOSE_FRAME``                                                            
``wx.ID_MOVE_FRAME``                                                             
``wx.ID_RESIZE_FRAME``                                                           
``wx.ID_MAXIMIZE_FRAME``                                                         
``wx.ID_ICONIZE_FRAME``                                                          
``wx.ID_RESTORE_FRAME``                                                          
``wx.ID_MDI_WINDOW_FIRST``                                                       MDI window menu ids.                      
``wx.ID_MDI_WINDOW_CASCADE``                                                     
``wx.ID_MDI_WINDOW_TILE_HORZ``                                                   
``wx.ID_MDI_WINDOW_TILE_VERT``                                                   
``wx.ID_MDI_WINDOW_ARRANGE_ICONS``                                               
``wx.ID_MDI_WINDOW_PREV``                                                        
``wx.ID_MDI_WINDOW_NEXT``                                                        
``wx.ID_MDI_WINDOW_LAST``                                                        
``wx.ID_FILEDLGG``                                                               IDs used by generic file dialog (13 consecutive starting from this value)                      
``wx.ID_FILECTRL``                                                               IDs used by generic file ctrl (4 consecutive starting from this value)                      
``wx.ID_HIGHEST``                                                                
================================================================================ ================================================================================

|