1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
4 ## Generated by ./distrib/build_renamers.py
6 # This silly stuff here is so the wxPython.wx module doesn't conflict
7 # with the wx package. We need to import modules from the wx package
8 # here, then we'll put the wxPython.wx entry back in sys.modules.
11 if sys
.modules
.has_key('wxPython.wx'):
12 _wx
= sys
.modules
['wxPython.wx']
13 del sys
.modules
['wxPython.wx']
17 sys
.modules
['wxPython.wx'] = _wx
21 # Now assign all the reverse-renamed names:
22 wxSYS_OEM_FIXED_FONT
= wx
.misc
.SYS_OEM_FIXED_FONT
23 wxSYS_ANSI_FIXED_FONT
= wx
.misc
.SYS_ANSI_FIXED_FONT
24 wxSYS_ANSI_VAR_FONT
= wx
.misc
.SYS_ANSI_VAR_FONT
25 wxSYS_SYSTEM_FONT
= wx
.misc
.SYS_SYSTEM_FONT
26 wxSYS_DEVICE_DEFAULT_FONT
= wx
.misc
.SYS_DEVICE_DEFAULT_FONT
27 wxSYS_DEFAULT_PALETTE
= wx
.misc
.SYS_DEFAULT_PALETTE
28 wxSYS_SYSTEM_FIXED_FONT
= wx
.misc
.SYS_SYSTEM_FIXED_FONT
29 wxSYS_DEFAULT_GUI_FONT
= wx
.misc
.SYS_DEFAULT_GUI_FONT
30 wxSYS_ICONTITLE_FONT
= wx
.misc
.SYS_ICONTITLE_FONT
31 wxSYS_COLOUR_SCROLLBAR
= wx
.misc
.SYS_COLOUR_SCROLLBAR
32 wxSYS_COLOUR_BACKGROUND
= wx
.misc
.SYS_COLOUR_BACKGROUND
33 wxSYS_COLOUR_DESKTOP
= wx
.misc
.SYS_COLOUR_DESKTOP
34 wxSYS_COLOUR_ACTIVECAPTION
= wx
.misc
.SYS_COLOUR_ACTIVECAPTION
35 wxSYS_COLOUR_INACTIVECAPTION
= wx
.misc
.SYS_COLOUR_INACTIVECAPTION
36 wxSYS_COLOUR_MENU
= wx
.misc
.SYS_COLOUR_MENU
37 wxSYS_COLOUR_WINDOW
= wx
.misc
.SYS_COLOUR_WINDOW
38 wxSYS_COLOUR_WINDOWFRAME
= wx
.misc
.SYS_COLOUR_WINDOWFRAME
39 wxSYS_COLOUR_MENUTEXT
= wx
.misc
.SYS_COLOUR_MENUTEXT
40 wxSYS_COLOUR_WINDOWTEXT
= wx
.misc
.SYS_COLOUR_WINDOWTEXT
41 wxSYS_COLOUR_CAPTIONTEXT
= wx
.misc
.SYS_COLOUR_CAPTIONTEXT
42 wxSYS_COLOUR_ACTIVEBORDER
= wx
.misc
.SYS_COLOUR_ACTIVEBORDER
43 wxSYS_COLOUR_INACTIVEBORDER
= wx
.misc
.SYS_COLOUR_INACTIVEBORDER
44 wxSYS_COLOUR_APPWORKSPACE
= wx
.misc
.SYS_COLOUR_APPWORKSPACE
45 wxSYS_COLOUR_HIGHLIGHT
= wx
.misc
.SYS_COLOUR_HIGHLIGHT
46 wxSYS_COLOUR_HIGHLIGHTTEXT
= wx
.misc
.SYS_COLOUR_HIGHLIGHTTEXT
47 wxSYS_COLOUR_BTNFACE
= wx
.misc
.SYS_COLOUR_BTNFACE
48 wxSYS_COLOUR_3DFACE
= wx
.misc
.SYS_COLOUR_3DFACE
49 wxSYS_COLOUR_BTNSHADOW
= wx
.misc
.SYS_COLOUR_BTNSHADOW
50 wxSYS_COLOUR_3DSHADOW
= wx
.misc
.SYS_COLOUR_3DSHADOW
51 wxSYS_COLOUR_GRAYTEXT
= wx
.misc
.SYS_COLOUR_GRAYTEXT
52 wxSYS_COLOUR_BTNTEXT
= wx
.misc
.SYS_COLOUR_BTNTEXT
53 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= wx
.misc
.SYS_COLOUR_INACTIVECAPTIONTEXT
54 wxSYS_COLOUR_BTNHIGHLIGHT
= wx
.misc
.SYS_COLOUR_BTNHIGHLIGHT
55 wxSYS_COLOUR_BTNHILIGHT
= wx
.misc
.SYS_COLOUR_BTNHILIGHT
56 wxSYS_COLOUR_3DHIGHLIGHT
= wx
.misc
.SYS_COLOUR_3DHIGHLIGHT
57 wxSYS_COLOUR_3DHILIGHT
= wx
.misc
.SYS_COLOUR_3DHILIGHT
58 wxSYS_COLOUR_3DDKSHADOW
= wx
.misc
.SYS_COLOUR_3DDKSHADOW
59 wxSYS_COLOUR_3DLIGHT
= wx
.misc
.SYS_COLOUR_3DLIGHT
60 wxSYS_COLOUR_INFOTEXT
= wx
.misc
.SYS_COLOUR_INFOTEXT
61 wxSYS_COLOUR_INFOBK
= wx
.misc
.SYS_COLOUR_INFOBK
62 wxSYS_COLOUR_LISTBOX
= wx
.misc
.SYS_COLOUR_LISTBOX
63 wxSYS_COLOUR_HOTLIGHT
= wx
.misc
.SYS_COLOUR_HOTLIGHT
64 wxSYS_COLOUR_GRADIENTACTIVECAPTION
= wx
.misc
.SYS_COLOUR_GRADIENTACTIVECAPTION
65 wxSYS_COLOUR_GRADIENTINACTIVECAPTION
= wx
.misc
.SYS_COLOUR_GRADIENTINACTIVECAPTION
66 wxSYS_COLOUR_MENUHILIGHT
= wx
.misc
.SYS_COLOUR_MENUHILIGHT
67 wxSYS_COLOUR_MENUBAR
= wx
.misc
.SYS_COLOUR_MENUBAR
68 wxSYS_COLOUR_MAX
= wx
.misc
.SYS_COLOUR_MAX
69 wxSYS_MOUSE_BUTTONS
= wx
.misc
.SYS_MOUSE_BUTTONS
70 wxSYS_BORDER_X
= wx
.misc
.SYS_BORDER_X
71 wxSYS_BORDER_Y
= wx
.misc
.SYS_BORDER_Y
72 wxSYS_CURSOR_X
= wx
.misc
.SYS_CURSOR_X
73 wxSYS_CURSOR_Y
= wx
.misc
.SYS_CURSOR_Y
74 wxSYS_DCLICK_X
= wx
.misc
.SYS_DCLICK_X
75 wxSYS_DCLICK_Y
= wx
.misc
.SYS_DCLICK_Y
76 wxSYS_DRAG_X
= wx
.misc
.SYS_DRAG_X
77 wxSYS_DRAG_Y
= wx
.misc
.SYS_DRAG_Y
78 wxSYS_EDGE_X
= wx
.misc
.SYS_EDGE_X
79 wxSYS_EDGE_Y
= wx
.misc
.SYS_EDGE_Y
80 wxSYS_HSCROLL_ARROW_X
= wx
.misc
.SYS_HSCROLL_ARROW_X
81 wxSYS_HSCROLL_ARROW_Y
= wx
.misc
.SYS_HSCROLL_ARROW_Y
82 wxSYS_HTHUMB_X
= wx
.misc
.SYS_HTHUMB_X
83 wxSYS_ICON_X
= wx
.misc
.SYS_ICON_X
84 wxSYS_ICON_Y
= wx
.misc
.SYS_ICON_Y
85 wxSYS_ICONSPACING_X
= wx
.misc
.SYS_ICONSPACING_X
86 wxSYS_ICONSPACING_Y
= wx
.misc
.SYS_ICONSPACING_Y
87 wxSYS_WINDOWMIN_X
= wx
.misc
.SYS_WINDOWMIN_X
88 wxSYS_WINDOWMIN_Y
= wx
.misc
.SYS_WINDOWMIN_Y
89 wxSYS_SCREEN_X
= wx
.misc
.SYS_SCREEN_X
90 wxSYS_SCREEN_Y
= wx
.misc
.SYS_SCREEN_Y
91 wxSYS_FRAMESIZE_X
= wx
.misc
.SYS_FRAMESIZE_X
92 wxSYS_FRAMESIZE_Y
= wx
.misc
.SYS_FRAMESIZE_Y
93 wxSYS_SMALLICON_X
= wx
.misc
.SYS_SMALLICON_X
94 wxSYS_SMALLICON_Y
= wx
.misc
.SYS_SMALLICON_Y
95 wxSYS_HSCROLL_Y
= wx
.misc
.SYS_HSCROLL_Y
96 wxSYS_VSCROLL_X
= wx
.misc
.SYS_VSCROLL_X
97 wxSYS_VSCROLL_ARROW_X
= wx
.misc
.SYS_VSCROLL_ARROW_X
98 wxSYS_VSCROLL_ARROW_Y
= wx
.misc
.SYS_VSCROLL_ARROW_Y
99 wxSYS_VTHUMB_Y
= wx
.misc
.SYS_VTHUMB_Y
100 wxSYS_CAPTION_Y
= wx
.misc
.SYS_CAPTION_Y
101 wxSYS_MENU_Y
= wx
.misc
.SYS_MENU_Y
102 wxSYS_NETWORK_PRESENT
= wx
.misc
.SYS_NETWORK_PRESENT
103 wxSYS_PENWINDOWS_PRESENT
= wx
.misc
.SYS_PENWINDOWS_PRESENT
104 wxSYS_SHOW_SOUNDS
= wx
.misc
.SYS_SHOW_SOUNDS
105 wxSYS_SWAP_BUTTONS
= wx
.misc
.SYS_SWAP_BUTTONS
106 wxSYS_CAN_DRAW_FRAME_DECORATIONS
= wx
.misc
.SYS_CAN_DRAW_FRAME_DECORATIONS
107 wxSYS_CAN_ICONIZE_FRAME
= wx
.misc
.SYS_CAN_ICONIZE_FRAME
108 wxSYS_SCREEN_NONE
= wx
.misc
.SYS_SCREEN_NONE
109 wxSYS_SCREEN_TINY
= wx
.misc
.SYS_SCREEN_TINY
110 wxSYS_SCREEN_PDA
= wx
.misc
.SYS_SCREEN_PDA
111 wxSYS_SCREEN_SMALL
= wx
.misc
.SYS_SCREEN_SMALL
112 wxSYS_SCREEN_DESKTOP
= wx
.misc
.SYS_SCREEN_DESKTOP
113 wxSystemSettings
= wx
.misc
.SystemSettings
114 wxSystemSettingsPtr
= wx
.misc
.SystemSettingsPtr
115 wxSystemSettings_GetColour
= wx
.misc
.SystemSettings_GetColour
116 wxSystemSettings_GetFont
= wx
.misc
.SystemSettings_GetFont
117 wxSystemSettings_GetMetric
= wx
.misc
.SystemSettings_GetMetric
118 wxSystemSettings_HasFeature
= wx
.misc
.SystemSettings_HasFeature
119 wxSystemSettings_GetScreenType
= wx
.misc
.SystemSettings_GetScreenType
120 wxSystemSettings_SetScreenType
= wx
.misc
.SystemSettings_SetScreenType
121 wxSystemOptions
= wx
.misc
.SystemOptions
122 wxSystemOptionsPtr
= wx
.misc
.SystemOptionsPtr
123 wxSystemOptions_SetOption
= wx
.misc
.SystemOptions_SetOption
124 wxSystemOptions_SetOptionInt
= wx
.misc
.SystemOptions_SetOptionInt
125 wxSystemOptions_GetOption
= wx
.misc
.SystemOptions_GetOption
126 wxSystemOptions_GetOptionInt
= wx
.misc
.SystemOptions_GetOptionInt
127 wxSystemOptions_HasOption
= wx
.misc
.SystemOptions_HasOption
128 wxFileSelectorPromptStr
= wx
.misc
.FileSelectorPromptStr
129 wxFileSelectorDefaultWildcardStr
= wx
.misc
.FileSelectorDefaultWildcardStr
130 wxDirSelectorPromptStr
= wx
.misc
.DirSelectorPromptStr
131 wxNewId
= wx
.misc
.NewId
132 wxRegisterId
= wx
.misc
.RegisterId
133 wxGetCurrentId
= wx
.misc
.GetCurrentId
134 wxBell
= wx
.misc
.Bell
135 wxEndBusyCursor
= wx
.misc
.EndBusyCursor
136 wxGetElapsedTime
= wx
.misc
.GetElapsedTime
137 wxGetMousePosition
= wx
.misc
.GetMousePosition
138 wxIsBusy
= wx
.misc
.IsBusy
140 wxShell
= wx
.misc
.Shell
141 wxStartTimer
= wx
.misc
.StartTimer
142 wxGetOsVersion
= wx
.misc
.GetOsVersion
143 wxGetOsDescription
= wx
.misc
.GetOsDescription
144 wxGetFreeMemory
= wx
.misc
.GetFreeMemory
145 wxSHUTDOWN_POWEROFF
= wx
.misc
.SHUTDOWN_POWEROFF
146 wxSHUTDOWN_REBOOT
= wx
.misc
.SHUTDOWN_REBOOT
147 wxShutdown
= wx
.misc
.Shutdown
148 wxSleep
= wx
.misc
.Sleep
149 wxUsleep
= wx
.misc
.Usleep
150 wxEnableTopLevelWindows
= wx
.misc
.EnableTopLevelWindows
151 wxStripMenuCodes
= wx
.misc
.StripMenuCodes
152 wxGetEmailAddress
= wx
.misc
.GetEmailAddress
153 wxGetHostName
= wx
.misc
.GetHostName
154 wxGetFullHostName
= wx
.misc
.GetFullHostName
155 wxGetUserId
= wx
.misc
.GetUserId
156 wxGetUserName
= wx
.misc
.GetUserName
157 wxGetHomeDir
= wx
.misc
.GetHomeDir
158 wxGetUserHome
= wx
.misc
.GetUserHome
159 wxGetProcessId
= wx
.misc
.GetProcessId
160 wxTrap
= wx
.misc
.Trap
161 wxFileSelector
= wx
.misc
.FileSelector
162 wxLoadFileSelector
= wx
.misc
.LoadFileSelector
163 wxSaveFileSelector
= wx
.misc
.SaveFileSelector
164 wxDirSelector
= wx
.misc
.DirSelector
165 wxGetTextFromUser
= wx
.misc
.GetTextFromUser
166 wxGetPasswordFromUser
= wx
.misc
.GetPasswordFromUser
167 wxGetSingleChoice
= wx
.misc
.GetSingleChoice
168 wxGetSingleChoiceIndex
= wx
.misc
.GetSingleChoiceIndex
169 wxMessageBox
= wx
.misc
.MessageBox
170 wxGetNumberFromUser
= wx
.misc
.GetNumberFromUser
171 wxColourDisplay
= wx
.misc
.ColourDisplay
172 wxDisplayDepth
= wx
.misc
.DisplayDepth
173 wxGetDisplayDepth
= wx
.misc
.GetDisplayDepth
174 wxDisplaySize
= wx
.misc
.DisplaySize
175 wxGetDisplaySize
= wx
.misc
.GetDisplaySize
176 wxDisplaySizeMM
= wx
.misc
.DisplaySizeMM
177 wxGetDisplaySizeMM
= wx
.misc
.GetDisplaySizeMM
178 wxClientDisplayRect
= wx
.misc
.ClientDisplayRect
179 wxGetClientDisplayRect
= wx
.misc
.GetClientDisplayRect
180 wxSetCursor
= wx
.misc
.SetCursor
181 wxBeginBusyCursor
= wx
.misc
.BeginBusyCursor
182 wxGetActiveWindow
= wx
.misc
.GetActiveWindow
183 wxGenericFindWindowAtPoint
= wx
.misc
.GenericFindWindowAtPoint
184 wxFindWindowAtPoint
= wx
.misc
.FindWindowAtPoint
185 wxGetTopLevelParent
= wx
.misc
.GetTopLevelParent
186 wxWakeUpMainThread
= wx
.misc
.WakeUpMainThread
187 wxMutexGuiEnter
= wx
.misc
.MutexGuiEnter
188 wxMutexGuiLeave
= wx
.misc
.MutexGuiLeave
189 wxMutexGuiLocker
= wx
.misc
.MutexGuiLocker
190 wxMutexGuiLockerPtr
= wx
.misc
.MutexGuiLockerPtr
191 wxThread_IsMain
= wx
.misc
.Thread_IsMain
192 wxToolTip
= wx
.misc
.ToolTip
193 wxToolTipPtr
= wx
.misc
.ToolTipPtr
194 wxToolTip_Enable
= wx
.misc
.ToolTip_Enable
195 wxToolTip_SetDelay
= wx
.misc
.ToolTip_SetDelay
196 wxCaret
= wx
.misc
.Caret
197 wxCaretPtr
= wx
.misc
.CaretPtr
198 wxCaret_GetBlinkTime
= wx
.misc
.Caret_GetBlinkTime
199 wxCaret_SetBlinkTime
= wx
.misc
.Caret_SetBlinkTime
200 wxBusyCursor
= wx
.misc
.BusyCursor
201 wxBusyCursorPtr
= wx
.misc
.BusyCursorPtr
202 wxWindowDisabler
= wx
.misc
.WindowDisabler
203 wxWindowDisablerPtr
= wx
.misc
.WindowDisablerPtr
204 wxBusyInfo
= wx
.misc
.BusyInfo
205 wxBusyInfoPtr
= wx
.misc
.BusyInfoPtr
206 wxStopWatch
= wx
.misc
.StopWatch
207 wxStopWatchPtr
= wx
.misc
.StopWatchPtr
208 wxFileHistory
= wx
.misc
.FileHistory
209 wxFileHistoryPtr
= wx
.misc
.FileHistoryPtr
210 wxSingleInstanceChecker
= wx
.misc
.SingleInstanceChecker
211 wxSingleInstanceCheckerPtr
= wx
.misc
.SingleInstanceCheckerPtr
212 wxPreSingleInstanceChecker
= wx
.misc
.PreSingleInstanceChecker
213 wxDrawWindowOnDC
= wx
.misc
.DrawWindowOnDC
214 wxTipProvider
= wx
.misc
.TipProvider
215 wxTipProviderPtr
= wx
.misc
.TipProviderPtr
216 wxPyTipProvider
= wx
.misc
.PyTipProvider
217 wxPyTipProviderPtr
= wx
.misc
.PyTipProviderPtr
218 wxShowTip
= wx
.misc
.ShowTip
219 wxCreateFileTipProvider
= wx
.misc
.CreateFileTipProvider
220 wxTIMER_CONTINUOUS
= wx
.misc
.TIMER_CONTINUOUS
221 wxTIMER_ONE_SHOT
= wx
.misc
.TIMER_ONE_SHOT
222 wxEVT_TIMER
= wx
.misc
.wxEVT_TIMER
223 wxTimer
= wx
.misc
.Timer
224 wxTimerPtr
= wx
.misc
.TimerPtr
225 wxTimerEvent
= wx
.misc
.TimerEvent
226 wxTimerEventPtr
= wx
.misc
.TimerEventPtr
227 wxTimerRunner
= wx
.misc
.TimerRunner
228 wxTimerRunnerPtr
= wx
.misc
.TimerRunnerPtr
229 wxLOG_FatalError
= wx
.misc
.LOG_FatalError
230 wxLOG_Error
= wx
.misc
.LOG_Error
231 wxLOG_Warning
= wx
.misc
.LOG_Warning
232 wxLOG_Message
= wx
.misc
.LOG_Message
233 wxLOG_Status
= wx
.misc
.LOG_Status
234 wxLOG_Info
= wx
.misc
.LOG_Info
235 wxLOG_Debug
= wx
.misc
.LOG_Debug
236 wxLOG_Trace
= wx
.misc
.LOG_Trace
237 wxLOG_Progress
= wx
.misc
.LOG_Progress
238 wxLOG_User
= wx
.misc
.LOG_User
239 wxLOG_Max
= wx
.misc
.LOG_Max
240 wxTRACE_MemAlloc
= wx
.misc
.TRACE_MemAlloc
241 wxTRACE_Messages
= wx
.misc
.TRACE_Messages
242 wxTRACE_ResAlloc
= wx
.misc
.TRACE_ResAlloc
243 wxTRACE_RefCount
= wx
.misc
.TRACE_RefCount
244 wxTRACE_OleCalls
= wx
.misc
.TRACE_OleCalls
245 wxTraceMemAlloc
= wx
.misc
.TraceMemAlloc
246 wxTraceMessages
= wx
.misc
.TraceMessages
247 wxTraceResAlloc
= wx
.misc
.TraceResAlloc
248 wxTraceRefCount
= wx
.misc
.TraceRefCount
249 wxTraceOleCalls
= wx
.misc
.TraceOleCalls
251 wxLogPtr
= wx
.misc
.LogPtr
252 wxLog_IsEnabled
= wx
.misc
.Log_IsEnabled
253 wxLog_EnableLogging
= wx
.misc
.Log_EnableLogging
254 wxLog_OnLog
= wx
.misc
.Log_OnLog
255 wxLog_FlushActive
= wx
.misc
.Log_FlushActive
256 wxLog_GetActiveTarget
= wx
.misc
.Log_GetActiveTarget
257 wxLog_SetActiveTarget
= wx
.misc
.Log_SetActiveTarget
258 wxLog_Suspend
= wx
.misc
.Log_Suspend
259 wxLog_Resume
= wx
.misc
.Log_Resume
260 wxLog_SetVerbose
= wx
.misc
.Log_SetVerbose
261 wxLog_SetLogLevel
= wx
.misc
.Log_SetLogLevel
262 wxLog_DontCreateOnDemand
= wx
.misc
.Log_DontCreateOnDemand
263 wxLog_SetTraceMask
= wx
.misc
.Log_SetTraceMask
264 wxLog_AddTraceMask
= wx
.misc
.Log_AddTraceMask
265 wxLog_RemoveTraceMask
= wx
.misc
.Log_RemoveTraceMask
266 wxLog_ClearTraceMasks
= wx
.misc
.Log_ClearTraceMasks
267 wxLog_GetTraceMasks
= wx
.misc
.Log_GetTraceMasks
268 wxLog_SetTimestamp
= wx
.misc
.Log_SetTimestamp
269 wxLog_GetVerbose
= wx
.misc
.Log_GetVerbose
270 wxLog_GetTraceMask
= wx
.misc
.Log_GetTraceMask
271 wxLog_IsAllowedTraceMask
= wx
.misc
.Log_IsAllowedTraceMask
272 wxLog_GetLogLevel
= wx
.misc
.Log_GetLogLevel
273 wxLog_GetTimestamp
= wx
.misc
.Log_GetTimestamp
274 wxLog_TimeStamp
= wx
.misc
.Log_TimeStamp
275 wxLogStderr
= wx
.misc
.LogStderr
276 wxLogStderrPtr
= wx
.misc
.LogStderrPtr
277 wxLogTextCtrl
= wx
.misc
.LogTextCtrl
278 wxLogTextCtrlPtr
= wx
.misc
.LogTextCtrlPtr
279 wxLogGui
= wx
.misc
.LogGui
280 wxLogGuiPtr
= wx
.misc
.LogGuiPtr
281 wxLogWindow
= wx
.misc
.LogWindow
282 wxLogWindowPtr
= wx
.misc
.LogWindowPtr
283 wxLogChain
= wx
.misc
.LogChain
284 wxLogChainPtr
= wx
.misc
.LogChainPtr
285 wxSysErrorCode
= wx
.misc
.SysErrorCode
286 wxSysErrorMsg
= wx
.misc
.SysErrorMsg
287 wxLogFatalError
= wx
.misc
.LogFatalError
288 wxLogError
= wx
.misc
.LogError
289 wxLogWarning
= wx
.misc
.LogWarning
290 wxLogMessage
= wx
.misc
.LogMessage
291 wxLogInfo
= wx
.misc
.LogInfo
292 wxLogDebug
= wx
.misc
.LogDebug
293 wxLogVerbose
= wx
.misc
.LogVerbose
294 wxLogStatus
= wx
.misc
.LogStatus
295 wxLogStatusFrame
= wx
.misc
.LogStatusFrame
296 wxLogSysError
= wx
.misc
.LogSysError
297 wxLogTrace
= wx
.misc
.LogTrace
298 wxLogTrace
= wx
.misc
.LogTrace
299 wxLogGeneric
= wx
.misc
.LogGeneric
300 wxSafeShowMessage
= wx
.misc
.SafeShowMessage
301 wxLogNull
= wx
.misc
.LogNull
302 wxLogNullPtr
= wx
.misc
.LogNullPtr
303 wxPyLog
= wx
.misc
.PyLog
304 wxPyLogPtr
= wx
.misc
.PyLogPtr
305 wxPROCESS_DEFAULT
= wx
.misc
.PROCESS_DEFAULT
306 wxPROCESS_REDIRECT
= wx
.misc
.PROCESS_REDIRECT
307 wxKILL_OK
= wx
.misc
.KILL_OK
308 wxKILL_BAD_SIGNAL
= wx
.misc
.KILL_BAD_SIGNAL
309 wxKILL_ACCESS_DENIED
= wx
.misc
.KILL_ACCESS_DENIED
310 wxKILL_NO_PROCESS
= wx
.misc
.KILL_NO_PROCESS
311 wxKILL_ERROR
= wx
.misc
.KILL_ERROR
312 wxSIGNONE
= wx
.misc
.SIGNONE
313 wxSIGHUP
= wx
.misc
.SIGHUP
314 wxSIGINT
= wx
.misc
.SIGINT
315 wxSIGQUIT
= wx
.misc
.SIGQUIT
316 wxSIGILL
= wx
.misc
.SIGILL
317 wxSIGTRAP
= wx
.misc
.SIGTRAP
318 wxSIGABRT
= wx
.misc
.SIGABRT
319 wxSIGIOT
= wx
.misc
.SIGIOT
320 wxSIGEMT
= wx
.misc
.SIGEMT
321 wxSIGFPE
= wx
.misc
.SIGFPE
322 wxSIGKILL
= wx
.misc
.SIGKILL
323 wxSIGBUS
= wx
.misc
.SIGBUS
324 wxSIGSEGV
= wx
.misc
.SIGSEGV
325 wxSIGSYS
= wx
.misc
.SIGSYS
326 wxSIGPIPE
= wx
.misc
.SIGPIPE
327 wxSIGALRM
= wx
.misc
.SIGALRM
328 wxSIGTERM
= wx
.misc
.SIGTERM
329 wxProcess
= wx
.misc
.Process
330 wxProcessPtr
= wx
.misc
.ProcessPtr
331 wxProcess_Kill
= wx
.misc
.Process_Kill
332 wxProcess_Exists
= wx
.misc
.Process_Exists
333 wxProcess_Open
= wx
.misc
.Process_Open
334 wxProcessEvent
= wx
.misc
.ProcessEvent
335 wxProcessEventPtr
= wx
.misc
.ProcessEventPtr
336 wxEVT_END_PROCESS
= wx
.misc
.wxEVT_END_PROCESS
337 wxEXEC_ASYNC
= wx
.misc
.EXEC_ASYNC
338 wxEXEC_SYNC
= wx
.misc
.EXEC_SYNC
339 wxEXEC_NOHIDE
= wx
.misc
.EXEC_NOHIDE
340 wxEXEC_MAKE_GROUP_LEADER
= wx
.misc
.EXEC_MAKE_GROUP_LEADER
341 wxExecute
= wx
.misc
.Execute
342 wxJOYSTICK1
= wx
.misc
.JOYSTICK1
343 wxJOYSTICK2
= wx
.misc
.JOYSTICK2
344 wxJOY_BUTTON_ANY
= wx
.misc
.JOY_BUTTON_ANY
345 wxJOY_BUTTON1
= wx
.misc
.JOY_BUTTON1
346 wxJOY_BUTTON2
= wx
.misc
.JOY_BUTTON2
347 wxJOY_BUTTON3
= wx
.misc
.JOY_BUTTON3
348 wxJOY_BUTTON4
= wx
.misc
.JOY_BUTTON4
349 wxJoystick
= wx
.misc
.Joystick
350 wxJoystickPtr
= wx
.misc
.JoystickPtr
351 wxEVT_JOY_BUTTON_DOWN
= wx
.misc
.wxEVT_JOY_BUTTON_DOWN
352 wxEVT_JOY_BUTTON_UP
= wx
.misc
.wxEVT_JOY_BUTTON_UP
353 wxEVT_JOY_MOVE
= wx
.misc
.wxEVT_JOY_MOVE
354 wxEVT_JOY_ZMOVE
= wx
.misc
.wxEVT_JOY_ZMOVE
355 wxJoystickEvent
= wx
.misc
.JoystickEvent
356 wxJoystickEventPtr
= wx
.misc
.JoystickEventPtr
357 wxWave
= wx
.misc
.Wave
358 wxWavePtr
= wx
.misc
.WavePtr
359 wxWaveData
= wx
.misc
.WaveData
360 wxMAILCAP_STANDARD
= wx
.misc
.MAILCAP_STANDARD
361 wxMAILCAP_NETSCAPE
= wx
.misc
.MAILCAP_NETSCAPE
362 wxMAILCAP_KDE
= wx
.misc
.MAILCAP_KDE
363 wxMAILCAP_GNOME
= wx
.misc
.MAILCAP_GNOME
364 wxMAILCAP_ALL
= wx
.misc
.MAILCAP_ALL
365 wxFileTypeInfo
= wx
.misc
.FileTypeInfo
366 wxFileTypeInfoPtr
= wx
.misc
.FileTypeInfoPtr
367 wxFileTypeInfoSequence
= wx
.misc
.FileTypeInfoSequence
368 wxNullFileTypeInfo
= wx
.misc
.NullFileTypeInfo
369 wxFileType
= wx
.misc
.FileType
370 wxFileTypePtr
= wx
.misc
.FileTypePtr
371 wxFileType_ExpandCommand
= wx
.misc
.FileType_ExpandCommand
372 wxTheMimeTypesManager
= wx
.misc
.TheMimeTypesManager
373 wxMimeTypesManager
= wx
.misc
.MimeTypesManager
374 wxMimeTypesManagerPtr
= wx
.misc
.MimeTypesManagerPtr
375 wxMimeTypesManager_IsOfType
= wx
.misc
.MimeTypesManager_IsOfType
376 wxART_TOOLBAR
= wx
.misc
.ART_TOOLBAR
377 wxART_MENU
= wx
.misc
.ART_MENU
378 wxART_FRAME_ICON
= wx
.misc
.ART_FRAME_ICON
379 wxART_CMN_DIALOG
= wx
.misc
.ART_CMN_DIALOG
380 wxART_HELP_BROWSER
= wx
.misc
.ART_HELP_BROWSER
381 wxART_MESSAGE_BOX
= wx
.misc
.ART_MESSAGE_BOX
382 wxART_OTHER
= wx
.misc
.ART_OTHER
383 wxART_ADD_BOOKMARK
= wx
.misc
.ART_ADD_BOOKMARK
384 wxART_DEL_BOOKMARK
= wx
.misc
.ART_DEL_BOOKMARK
385 wxART_HELP_SIDE_PANEL
= wx
.misc
.ART_HELP_SIDE_PANEL
386 wxART_HELP_SETTINGS
= wx
.misc
.ART_HELP_SETTINGS
387 wxART_HELP_BOOK
= wx
.misc
.ART_HELP_BOOK
388 wxART_HELP_FOLDER
= wx
.misc
.ART_HELP_FOLDER
389 wxART_HELP_PAGE
= wx
.misc
.ART_HELP_PAGE
390 wxART_GO_BACK
= wx
.misc
.ART_GO_BACK
391 wxART_GO_FORWARD
= wx
.misc
.ART_GO_FORWARD
392 wxART_GO_UP
= wx
.misc
.ART_GO_UP
393 wxART_GO_DOWN
= wx
.misc
.ART_GO_DOWN
394 wxART_GO_TO_PARENT
= wx
.misc
.ART_GO_TO_PARENT
395 wxART_GO_HOME
= wx
.misc
.ART_GO_HOME
396 wxART_FILE_OPEN
= wx
.misc
.ART_FILE_OPEN
397 wxART_PRINT
= wx
.misc
.ART_PRINT
398 wxART_HELP
= wx
.misc
.ART_HELP
399 wxART_TIP
= wx
.misc
.ART_TIP
400 wxART_REPORT_VIEW
= wx
.misc
.ART_REPORT_VIEW
401 wxART_LIST_VIEW
= wx
.misc
.ART_LIST_VIEW
402 wxART_NEW_DIR
= wx
.misc
.ART_NEW_DIR
403 wxART_FOLDER
= wx
.misc
.ART_FOLDER
404 wxART_GO_DIR_UP
= wx
.misc
.ART_GO_DIR_UP
405 wxART_EXECUTABLE_FILE
= wx
.misc
.ART_EXECUTABLE_FILE
406 wxART_NORMAL_FILE
= wx
.misc
.ART_NORMAL_FILE
407 wxART_TICK_MARK
= wx
.misc
.ART_TICK_MARK
408 wxART_CROSS_MARK
= wx
.misc
.ART_CROSS_MARK
409 wxART_ERROR
= wx
.misc
.ART_ERROR
410 wxART_QUESTION
= wx
.misc
.ART_QUESTION
411 wxART_WARNING
= wx
.misc
.ART_WARNING
412 wxART_INFORMATION
= wx
.misc
.ART_INFORMATION
413 wxART_MISSING_IMAGE
= wx
.misc
.ART_MISSING_IMAGE
414 wxArtProvider
= wx
.misc
.ArtProvider
415 wxArtProviderPtr
= wx
.misc
.ArtProviderPtr
416 wxArtProvider_PushProvider
= wx
.misc
.ArtProvider_PushProvider
417 wxArtProvider_PopProvider
= wx
.misc
.ArtProvider_PopProvider
418 wxArtProvider_RemoveProvider
= wx
.misc
.ArtProvider_RemoveProvider
419 wxArtProvider_GetBitmap
= wx
.misc
.ArtProvider_GetBitmap
420 wxArtProvider_GetIcon
= wx
.misc
.ArtProvider_GetIcon
421 wxCONFIG_USE_LOCAL_FILE
= wx
.misc
.CONFIG_USE_LOCAL_FILE
422 wxCONFIG_USE_GLOBAL_FILE
= wx
.misc
.CONFIG_USE_GLOBAL_FILE
423 wxCONFIG_USE_RELATIVE_PATH
= wx
.misc
.CONFIG_USE_RELATIVE_PATH
424 wxCONFIG_USE_NO_ESCAPE_CHARACTERS
= wx
.misc
.CONFIG_USE_NO_ESCAPE_CHARACTERS
425 wxConfigBase
= wx
.misc
.ConfigBase
426 wxConfigBasePtr
= wx
.misc
.ConfigBasePtr
427 wxConfigBase_Set
= wx
.misc
.ConfigBase_Set
428 wxConfigBase_Get
= wx
.misc
.ConfigBase_Get
429 wxConfigBase_Create
= wx
.misc
.ConfigBase_Create
430 wxConfigBase_DontCreateOnDemand
= wx
.misc
.ConfigBase_DontCreateOnDemand
431 wxConfigPathChanger
= wx
.misc
.ConfigPathChanger
432 wxConfigPathChangerPtr
= wx
.misc
.ConfigPathChangerPtr
433 wxConfig
= wx
.misc
.Config
434 wxConfigPtr
= wx
.misc
.ConfigPtr
435 wxFileConfig
= wx
.misc
.FileConfig
436 wxFileConfigPtr
= wx
.misc
.FileConfigPtr
437 wxExpandEnvVars
= wx
.misc
.ExpandEnvVars
438 wxDateFormatStr
= wx
.misc
.DateFormatStr
439 wxTimeSpanFormatStr
= wx
.misc
.TimeSpanFormatStr
440 wxDateTime
= wx
.misc
.DateTime
441 wxDateTimePtr
= wx
.misc
.DateTimePtr
442 wxDateTime_SetCountry
= wx
.misc
.DateTime_SetCountry
443 wxDateTime_GetCountry
= wx
.misc
.DateTime_GetCountry
444 wxDateTime_IsWestEuropeanCountry
= wx
.misc
.DateTime_IsWestEuropeanCountry
445 wxDateTime_GetCurrentYear
= wx
.misc
.DateTime_GetCurrentYear
446 wxDateTime_ConvertYearToBC
= wx
.misc
.DateTime_ConvertYearToBC
447 wxDateTime_GetCurrentMonth
= wx
.misc
.DateTime_GetCurrentMonth
448 wxDateTime_IsLeapYear
= wx
.misc
.DateTime_IsLeapYear
449 wxDateTime_GetCentury
= wx
.misc
.DateTime_GetCentury
450 wxDateTime_GetNumberOfDaysinYear
= wx
.misc
.DateTime_GetNumberOfDaysinYear
451 wxDateTime_GetNumberOfDaysInMonth
= wx
.misc
.DateTime_GetNumberOfDaysInMonth
452 wxDateTime_GetMonthName
= wx
.misc
.DateTime_GetMonthName
453 wxDateTime_GetWeekDayName
= wx
.misc
.DateTime_GetWeekDayName
454 wxDateTime_GetAmPmStrings
= wx
.misc
.DateTime_GetAmPmStrings
455 wxDateTime_IsDSTApplicable
= wx
.misc
.DateTime_IsDSTApplicable
456 wxDateTime_GetBeginDST
= wx
.misc
.DateTime_GetBeginDST
457 wxDateTime_GetEndDST
= wx
.misc
.DateTime_GetEndDST
458 wxDateTime_Now
= wx
.misc
.DateTime_Now
459 wxDateTime_UNow
= wx
.misc
.DateTime_UNow
460 wxDateTime_Today
= wx
.misc
.DateTime_Today
461 wxDateTimeFromTimeT
= wx
.misc
.DateTimeFromTimeT
462 wxDateTimeFromJDN
= wx
.misc
.DateTimeFromJDN
463 wxDateTimeFromHMS
= wx
.misc
.DateTimeFromHMS
464 wxDateTimeFromDMY
= wx
.misc
.DateTimeFromDMY
465 wxTimeSpan
= wx
.misc
.TimeSpan
466 wxTimeSpanPtr
= wx
.misc
.TimeSpanPtr
467 wxTimeSpan_Seconds
= wx
.misc
.TimeSpan_Seconds
468 wxTimeSpan_Second
= wx
.misc
.TimeSpan_Second
469 wxTimeSpan_Minutes
= wx
.misc
.TimeSpan_Minutes
470 wxTimeSpan_Minute
= wx
.misc
.TimeSpan_Minute
471 wxTimeSpan_Hours
= wx
.misc
.TimeSpan_Hours
472 wxTimeSpan_Hour
= wx
.misc
.TimeSpan_Hour
473 wxTimeSpan_Days
= wx
.misc
.TimeSpan_Days
474 wxTimeSpan_Day
= wx
.misc
.TimeSpan_Day
475 wxTimeSpan_Weeks
= wx
.misc
.TimeSpan_Weeks
476 wxTimeSpan_Week
= wx
.misc
.TimeSpan_Week
477 wxDateSpan
= wx
.misc
.DateSpan
478 wxDateSpanPtr
= wx
.misc
.DateSpanPtr
479 wxDateSpan_Days
= wx
.misc
.DateSpan_Days
480 wxDateSpan_Day
= wx
.misc
.DateSpan_Day
481 wxDateSpan_Weeks
= wx
.misc
.DateSpan_Weeks
482 wxDateSpan_Week
= wx
.misc
.DateSpan_Week
483 wxDateSpan_Months
= wx
.misc
.DateSpan_Months
484 wxDateSpan_Month
= wx
.misc
.DateSpan_Month
485 wxDateSpan_Years
= wx
.misc
.DateSpan_Years
486 wxDateSpan_Year
= wx
.misc
.DateSpan_Year
487 wxGetLocalTime
= wx
.misc
.GetLocalTime
488 wxGetUTCTime
= wx
.misc
.GetUTCTime
489 wxGetCurrentTime
= wx
.misc
.GetCurrentTime
490 wxGetLocalTimeMillis
= wx
.misc
.GetLocalTimeMillis
491 wxDF_INVALID
= wx
.misc
.DF_INVALID
492 wxDF_TEXT
= wx
.misc
.DF_TEXT
493 wxDF_BITMAP
= wx
.misc
.DF_BITMAP
494 wxDF_METAFILE
= wx
.misc
.DF_METAFILE
495 wxDF_SYLK
= wx
.misc
.DF_SYLK
496 wxDF_DIF
= wx
.misc
.DF_DIF
497 wxDF_TIFF
= wx
.misc
.DF_TIFF
498 wxDF_OEMTEXT
= wx
.misc
.DF_OEMTEXT
499 wxDF_DIB
= wx
.misc
.DF_DIB
500 wxDF_PALETTE
= wx
.misc
.DF_PALETTE
501 wxDF_PENDATA
= wx
.misc
.DF_PENDATA
502 wxDF_RIFF
= wx
.misc
.DF_RIFF
503 wxDF_WAVE
= wx
.misc
.DF_WAVE
504 wxDF_UNICODETEXT
= wx
.misc
.DF_UNICODETEXT
505 wxDF_ENHMETAFILE
= wx
.misc
.DF_ENHMETAFILE
506 wxDF_FILENAME
= wx
.misc
.DF_FILENAME
507 wxDF_LOCALE
= wx
.misc
.DF_LOCALE
508 wxDF_PRIVATE
= wx
.misc
.DF_PRIVATE
509 wxDF_HTML
= wx
.misc
.DF_HTML
510 wxDF_MAX
= wx
.misc
.DF_MAX
511 wxDataFormat
= wx
.misc
.DataFormat
512 wxDataFormatPtr
= wx
.misc
.DataFormatPtr
513 wxCustomDataFormat
= wx
.misc
.CustomDataFormat
514 wxFormatInvalid
= wx
.misc
.FormatInvalid
515 wxDataObject
= wx
.misc
.DataObject
516 wxDataObjectPtr
= wx
.misc
.DataObjectPtr
517 wxDataObjectSimple
= wx
.misc
.DataObjectSimple
518 wxDataObjectSimplePtr
= wx
.misc
.DataObjectSimplePtr
519 wxPyDataObjectSimple
= wx
.misc
.PyDataObjectSimple
520 wxPyDataObjectSimplePtr
= wx
.misc
.PyDataObjectSimplePtr
521 wxDataObjectComposite
= wx
.misc
.DataObjectComposite
522 wxDataObjectCompositePtr
= wx
.misc
.DataObjectCompositePtr
523 wxTextDataObject
= wx
.misc
.TextDataObject
524 wxTextDataObjectPtr
= wx
.misc
.TextDataObjectPtr
525 wxPyTextDataObject
= wx
.misc
.PyTextDataObject
526 wxPyTextDataObjectPtr
= wx
.misc
.PyTextDataObjectPtr
527 wxBitmapDataObject
= wx
.misc
.BitmapDataObject
528 wxBitmapDataObjectPtr
= wx
.misc
.BitmapDataObjectPtr
529 wxPyBitmapDataObject
= wx
.misc
.PyBitmapDataObject
530 wxPyBitmapDataObjectPtr
= wx
.misc
.PyBitmapDataObjectPtr
531 wxFileDataObject
= wx
.misc
.FileDataObject
532 wxFileDataObjectPtr
= wx
.misc
.FileDataObjectPtr
533 wxCustomDataObject
= wx
.misc
.CustomDataObject
534 wxCustomDataObjectPtr
= wx
.misc
.CustomDataObjectPtr
535 wxURLDataObject
= wx
.misc
.URLDataObject
536 wxURLDataObjectPtr
= wx
.misc
.URLDataObjectPtr
537 wxMetafileDataObject
= wx
.misc
.MetafileDataObject
538 wxMetafileDataObjectPtr
= wx
.misc
.MetafileDataObjectPtr
539 wxDrag_CopyOnly
= wx
.misc
.Drag_CopyOnly
540 wxDrag_AllowMove
= wx
.misc
.Drag_AllowMove
541 wxDrag_DefaultMove
= wx
.misc
.Drag_DefaultMove
542 wxDragError
= wx
.misc
.DragError
543 wxDragNone
= wx
.misc
.DragNone
544 wxDragCopy
= wx
.misc
.DragCopy
545 wxDragMove
= wx
.misc
.DragMove
546 wxDragLink
= wx
.misc
.DragLink
547 wxDragCancel
= wx
.misc
.DragCancel
548 wxIsDragResultOk
= wx
.misc
.IsDragResultOk
549 wxDropSource
= wx
.misc
.DropSource
550 wxDropSourcePtr
= wx
.misc
.DropSourcePtr
551 wxDropTarget
= wx
.misc
.DropTarget
552 wxDropTargetPtr
= wx
.misc
.DropTargetPtr
553 wxTextDropTarget
= wx
.misc
.TextDropTarget
554 wxTextDropTargetPtr
= wx
.misc
.TextDropTargetPtr
555 wxFileDropTarget
= wx
.misc
.FileDropTarget
556 wxFileDropTargetPtr
= wx
.misc
.FileDropTargetPtr
557 wxClipboard
= wx
.misc
.Clipboard
558 wxClipboardPtr
= wx
.misc
.ClipboardPtr
559 wxTheClipboard
= wx
.misc
.TheClipboard
560 wxClipboardLocker
= wx
.misc
.ClipboardLocker
561 wxClipboardLockerPtr
= wx
.misc
.ClipboardLockerPtr
562 wxPyTimer
= wx
.misc
.PyTimer
563 wxPyDropTarget
= wx
.misc
.PyDropTarget
564 wxSystemSettings_GetSystemColour
= wx
.misc
.SystemSettings_GetSystemColour
565 wxSystemSettings_GetSystemFont
= wx
.misc
.SystemSettings_GetSystemFont
566 wxSystemSettings_GetSystemMetric
= wx
.misc
.SystemSettings_GetSystemMetric