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 wxNewId
= wx
.misc
.NewId
129 wxRegisterId
= wx
.misc
.RegisterId
130 wxGetCurrentId
= wx
.misc
.GetCurrentId
131 wxBell
= wx
.misc
.Bell
132 wxEndBusyCursor
= wx
.misc
.EndBusyCursor
133 wxGetElapsedTime
= wx
.misc
.GetElapsedTime
134 wxGetMousePosition
= wx
.misc
.GetMousePosition
135 wxIsBusy
= wx
.misc
.IsBusy
137 wxShell
= wx
.misc
.Shell
138 wxStartTimer
= wx
.misc
.StartTimer
139 wxGetOsVersion
= wx
.misc
.GetOsVersion
140 wxGetOsDescription
= wx
.misc
.GetOsDescription
141 wxGetFreeMemory
= wx
.misc
.GetFreeMemory
142 wxSHUTDOWN_POWEROFF
= wx
.misc
.SHUTDOWN_POWEROFF
143 wxSHUTDOWN_REBOOT
= wx
.misc
.SHUTDOWN_REBOOT
144 wxShutdown
= wx
.misc
.Shutdown
145 wxSleep
= wx
.misc
.Sleep
146 wxUsleep
= wx
.misc
.Usleep
147 wxEnableTopLevelWindows
= wx
.misc
.EnableTopLevelWindows
148 wxStripMenuCodes
= wx
.misc
.StripMenuCodes
149 wxGetEmailAddress
= wx
.misc
.GetEmailAddress
150 wxGetHostName
= wx
.misc
.GetHostName
151 wxGetFullHostName
= wx
.misc
.GetFullHostName
152 wxGetUserId
= wx
.misc
.GetUserId
153 wxGetUserName
= wx
.misc
.GetUserName
154 wxGetHomeDir
= wx
.misc
.GetHomeDir
155 wxGetUserHome
= wx
.misc
.GetUserHome
156 wxGetProcessId
= wx
.misc
.GetProcessId
157 wxTrap
= wx
.misc
.Trap
158 wxFileSelector
= wx
.misc
.FileSelector
159 wxLoadFileSelector
= wx
.misc
.LoadFileSelector
160 wxSaveFileSelector
= wx
.misc
.SaveFileSelector
161 wxDirSelector
= wx
.misc
.DirSelector
162 wxGetTextFromUser
= wx
.misc
.GetTextFromUser
163 wxGetPasswordFromUser
= wx
.misc
.GetPasswordFromUser
164 wxGetSingleChoice
= wx
.misc
.GetSingleChoice
165 wxGetSingleChoiceIndex
= wx
.misc
.GetSingleChoiceIndex
166 wxMessageBox
= wx
.misc
.MessageBox
167 wxGetNumberFromUser
= wx
.misc
.GetNumberFromUser
168 wxColourDisplay
= wx
.misc
.ColourDisplay
169 wxDisplayDepth
= wx
.misc
.DisplayDepth
170 wxGetDisplayDepth
= wx
.misc
.GetDisplayDepth
171 wxDisplaySize
= wx
.misc
.DisplaySize
172 wxGetDisplaySize
= wx
.misc
.GetDisplaySize
173 wxDisplaySizeMM
= wx
.misc
.DisplaySizeMM
174 wxGetDisplaySizeMM
= wx
.misc
.GetDisplaySizeMM
175 wxClientDisplayRect
= wx
.misc
.ClientDisplayRect
176 wxGetClientDisplayRect
= wx
.misc
.GetClientDisplayRect
177 wxSetCursor
= wx
.misc
.SetCursor
178 wxBeginBusyCursor
= wx
.misc
.BeginBusyCursor
179 wxGetActiveWindow
= wx
.misc
.GetActiveWindow
180 wxGenericFindWindowAtPoint
= wx
.misc
.GenericFindWindowAtPoint
181 wxFindWindowAtPoint
= wx
.misc
.FindWindowAtPoint
182 wxGetTopLevelParent
= wx
.misc
.GetTopLevelParent
183 wxWakeUpMainThread
= wx
.misc
.WakeUpMainThread
184 wxMutexGuiEnter
= wx
.misc
.MutexGuiEnter
185 wxMutexGuiLeave
= wx
.misc
.MutexGuiLeave
186 wxMutexGuiLocker
= wx
.misc
.MutexGuiLocker
187 wxMutexGuiLockerPtr
= wx
.misc
.MutexGuiLockerPtr
188 wxThread_IsMain
= wx
.misc
.Thread_IsMain
189 wxToolTip
= wx
.misc
.ToolTip
190 wxToolTipPtr
= wx
.misc
.ToolTipPtr
191 wxToolTip_Enable
= wx
.misc
.ToolTip_Enable
192 wxToolTip_SetDelay
= wx
.misc
.ToolTip_SetDelay
193 wxCaret
= wx
.misc
.Caret
194 wxCaretPtr
= wx
.misc
.CaretPtr
195 wxCaret_GetBlinkTime
= wx
.misc
.Caret_GetBlinkTime
196 wxCaret_SetBlinkTime
= wx
.misc
.Caret_SetBlinkTime
197 wxBusyCursor
= wx
.misc
.BusyCursor
198 wxBusyCursorPtr
= wx
.misc
.BusyCursorPtr
199 wxWindowDisabler
= wx
.misc
.WindowDisabler
200 wxWindowDisablerPtr
= wx
.misc
.WindowDisablerPtr
201 wxBusyInfo
= wx
.misc
.BusyInfo
202 wxBusyInfoPtr
= wx
.misc
.BusyInfoPtr
203 wxStopWatch
= wx
.misc
.StopWatch
204 wxStopWatchPtr
= wx
.misc
.StopWatchPtr
205 wxFileHistory
= wx
.misc
.FileHistory
206 wxFileHistoryPtr
= wx
.misc
.FileHistoryPtr
207 wxSingleInstanceChecker
= wx
.misc
.SingleInstanceChecker
208 wxSingleInstanceCheckerPtr
= wx
.misc
.SingleInstanceCheckerPtr
209 wxPreSingleInstanceChecker
= wx
.misc
.PreSingleInstanceChecker
210 wxDrawWindowOnDC
= wx
.misc
.DrawWindowOnDC
211 wxTipProvider
= wx
.misc
.TipProvider
212 wxTipProviderPtr
= wx
.misc
.TipProviderPtr
213 wxPyTipProvider
= wx
.misc
.PyTipProvider
214 wxPyTipProviderPtr
= wx
.misc
.PyTipProviderPtr
215 wxShowTip
= wx
.misc
.ShowTip
216 wxCreateFileTipProvider
= wx
.misc
.CreateFileTipProvider
217 wxTIMER_CONTINUOUS
= wx
.misc
.TIMER_CONTINUOUS
218 wxTIMER_ONE_SHOT
= wx
.misc
.TIMER_ONE_SHOT
219 wxEVT_TIMER
= wx
.misc
.wxEVT_TIMER
220 wxTimer
= wx
.misc
.Timer
221 wxTimerPtr
= wx
.misc
.TimerPtr
222 wxTimerEvent
= wx
.misc
.TimerEvent
223 wxTimerEventPtr
= wx
.misc
.TimerEventPtr
224 wxTimerRunner
= wx
.misc
.TimerRunner
225 wxTimerRunnerPtr
= wx
.misc
.TimerRunnerPtr
226 wxLOG_FatalError
= wx
.misc
.LOG_FatalError
227 wxLOG_Error
= wx
.misc
.LOG_Error
228 wxLOG_Warning
= wx
.misc
.LOG_Warning
229 wxLOG_Message
= wx
.misc
.LOG_Message
230 wxLOG_Status
= wx
.misc
.LOG_Status
231 wxLOG_Info
= wx
.misc
.LOG_Info
232 wxLOG_Debug
= wx
.misc
.LOG_Debug
233 wxLOG_Trace
= wx
.misc
.LOG_Trace
234 wxLOG_Progress
= wx
.misc
.LOG_Progress
235 wxLOG_User
= wx
.misc
.LOG_User
236 wxLOG_Max
= wx
.misc
.LOG_Max
237 wxTRACE_MemAlloc
= wx
.misc
.TRACE_MemAlloc
238 wxTRACE_Messages
= wx
.misc
.TRACE_Messages
239 wxTRACE_ResAlloc
= wx
.misc
.TRACE_ResAlloc
240 wxTRACE_RefCount
= wx
.misc
.TRACE_RefCount
241 wxTRACE_OleCalls
= wx
.misc
.TRACE_OleCalls
242 wxTraceMemAlloc
= wx
.misc
.TraceMemAlloc
243 wxTraceMessages
= wx
.misc
.TraceMessages
244 wxTraceResAlloc
= wx
.misc
.TraceResAlloc
245 wxTraceRefCount
= wx
.misc
.TraceRefCount
246 wxTraceOleCalls
= wx
.misc
.TraceOleCalls
248 wxLogPtr
= wx
.misc
.LogPtr
249 wxLog_IsEnabled
= wx
.misc
.Log_IsEnabled
250 wxLog_EnableLogging
= wx
.misc
.Log_EnableLogging
251 wxLog_OnLog
= wx
.misc
.Log_OnLog
252 wxLog_FlushActive
= wx
.misc
.Log_FlushActive
253 wxLog_GetActiveTarget
= wx
.misc
.Log_GetActiveTarget
254 wxLog_SetActiveTarget
= wx
.misc
.Log_SetActiveTarget
255 wxLog_Suspend
= wx
.misc
.Log_Suspend
256 wxLog_Resume
= wx
.misc
.Log_Resume
257 wxLog_SetVerbose
= wx
.misc
.Log_SetVerbose
258 wxLog_SetLogLevel
= wx
.misc
.Log_SetLogLevel
259 wxLog_DontCreateOnDemand
= wx
.misc
.Log_DontCreateOnDemand
260 wxLog_SetTraceMask
= wx
.misc
.Log_SetTraceMask
261 wxLog_AddTraceMask
= wx
.misc
.Log_AddTraceMask
262 wxLog_RemoveTraceMask
= wx
.misc
.Log_RemoveTraceMask
263 wxLog_ClearTraceMasks
= wx
.misc
.Log_ClearTraceMasks
264 wxLog_GetTraceMasks
= wx
.misc
.Log_GetTraceMasks
265 wxLog_SetTimestamp
= wx
.misc
.Log_SetTimestamp
266 wxLog_GetVerbose
= wx
.misc
.Log_GetVerbose
267 wxLog_GetTraceMask
= wx
.misc
.Log_GetTraceMask
268 wxLog_IsAllowedTraceMask
= wx
.misc
.Log_IsAllowedTraceMask
269 wxLog_GetLogLevel
= wx
.misc
.Log_GetLogLevel
270 wxLog_GetTimestamp
= wx
.misc
.Log_GetTimestamp
271 wxLog_TimeStamp
= wx
.misc
.Log_TimeStamp
272 wxLogStderr
= wx
.misc
.LogStderr
273 wxLogStderrPtr
= wx
.misc
.LogStderrPtr
274 wxLogTextCtrl
= wx
.misc
.LogTextCtrl
275 wxLogTextCtrlPtr
= wx
.misc
.LogTextCtrlPtr
276 wxLogGui
= wx
.misc
.LogGui
277 wxLogGuiPtr
= wx
.misc
.LogGuiPtr
278 wxLogWindow
= wx
.misc
.LogWindow
279 wxLogWindowPtr
= wx
.misc
.LogWindowPtr
280 wxLogChain
= wx
.misc
.LogChain
281 wxLogChainPtr
= wx
.misc
.LogChainPtr
282 wxSysErrorCode
= wx
.misc
.SysErrorCode
283 wxSysErrorMsg
= wx
.misc
.SysErrorMsg
284 wxLogFatalError
= wx
.misc
.LogFatalError
285 wxLogError
= wx
.misc
.LogError
286 wxLogWarning
= wx
.misc
.LogWarning
287 wxLogMessage
= wx
.misc
.LogMessage
288 wxLogInfo
= wx
.misc
.LogInfo
289 wxLogDebug
= wx
.misc
.LogDebug
290 wxLogVerbose
= wx
.misc
.LogVerbose
291 wxLogStatus
= wx
.misc
.LogStatus
292 wxLogStatusFrame
= wx
.misc
.LogStatusFrame
293 wxLogSysError
= wx
.misc
.LogSysError
294 wxLogTrace
= wx
.misc
.LogTrace
295 wxLogTrace
= wx
.misc
.LogTrace
296 wxLogGeneric
= wx
.misc
.LogGeneric
297 wxSafeShowMessage
= wx
.misc
.SafeShowMessage
298 wxLogNull
= wx
.misc
.LogNull
299 wxLogNullPtr
= wx
.misc
.LogNullPtr
300 wxPyLog
= wx
.misc
.PyLog
301 wxPyLogPtr
= wx
.misc
.PyLogPtr
302 wxPROCESS_DEFAULT
= wx
.misc
.PROCESS_DEFAULT
303 wxPROCESS_REDIRECT
= wx
.misc
.PROCESS_REDIRECT
304 wxKILL_OK
= wx
.misc
.KILL_OK
305 wxKILL_BAD_SIGNAL
= wx
.misc
.KILL_BAD_SIGNAL
306 wxKILL_ACCESS_DENIED
= wx
.misc
.KILL_ACCESS_DENIED
307 wxKILL_NO_PROCESS
= wx
.misc
.KILL_NO_PROCESS
308 wxKILL_ERROR
= wx
.misc
.KILL_ERROR
309 wxSIGNONE
= wx
.misc
.SIGNONE
310 wxSIGHUP
= wx
.misc
.SIGHUP
311 wxSIGINT
= wx
.misc
.SIGINT
312 wxSIGQUIT
= wx
.misc
.SIGQUIT
313 wxSIGILL
= wx
.misc
.SIGILL
314 wxSIGTRAP
= wx
.misc
.SIGTRAP
315 wxSIGABRT
= wx
.misc
.SIGABRT
316 wxSIGIOT
= wx
.misc
.SIGIOT
317 wxSIGEMT
= wx
.misc
.SIGEMT
318 wxSIGFPE
= wx
.misc
.SIGFPE
319 wxSIGKILL
= wx
.misc
.SIGKILL
320 wxSIGBUS
= wx
.misc
.SIGBUS
321 wxSIGSEGV
= wx
.misc
.SIGSEGV
322 wxSIGSYS
= wx
.misc
.SIGSYS
323 wxSIGPIPE
= wx
.misc
.SIGPIPE
324 wxSIGALRM
= wx
.misc
.SIGALRM
325 wxSIGTERM
= wx
.misc
.SIGTERM
326 wxProcess
= wx
.misc
.Process
327 wxProcessPtr
= wx
.misc
.ProcessPtr
328 wxProcess_Kill
= wx
.misc
.Process_Kill
329 wxProcess_Exists
= wx
.misc
.Process_Exists
330 wxProcess_Open
= wx
.misc
.Process_Open
331 wxProcessEvent
= wx
.misc
.ProcessEvent
332 wxProcessEventPtr
= wx
.misc
.ProcessEventPtr
333 wxEVT_END_PROCESS
= wx
.misc
.wxEVT_END_PROCESS
334 wxEXEC_ASYNC
= wx
.misc
.EXEC_ASYNC
335 wxEXEC_SYNC
= wx
.misc
.EXEC_SYNC
336 wxEXEC_NOHIDE
= wx
.misc
.EXEC_NOHIDE
337 wxEXEC_MAKE_GROUP_LEADER
= wx
.misc
.EXEC_MAKE_GROUP_LEADER
338 wxExecute
= wx
.misc
.Execute
339 wxJOYSTICK1
= wx
.misc
.JOYSTICK1
340 wxJOYSTICK2
= wx
.misc
.JOYSTICK2
341 wxJOY_BUTTON_ANY
= wx
.misc
.JOY_BUTTON_ANY
342 wxJOY_BUTTON1
= wx
.misc
.JOY_BUTTON1
343 wxJOY_BUTTON2
= wx
.misc
.JOY_BUTTON2
344 wxJOY_BUTTON3
= wx
.misc
.JOY_BUTTON3
345 wxJOY_BUTTON4
= wx
.misc
.JOY_BUTTON4
346 wxJoystick
= wx
.misc
.Joystick
347 wxJoystickPtr
= wx
.misc
.JoystickPtr
348 wxEVT_JOY_BUTTON_DOWN
= wx
.misc
.wxEVT_JOY_BUTTON_DOWN
349 wxEVT_JOY_BUTTON_UP
= wx
.misc
.wxEVT_JOY_BUTTON_UP
350 wxEVT_JOY_MOVE
= wx
.misc
.wxEVT_JOY_MOVE
351 wxEVT_JOY_ZMOVE
= wx
.misc
.wxEVT_JOY_ZMOVE
352 wxJoystickEvent
= wx
.misc
.JoystickEvent
353 wxJoystickEventPtr
= wx
.misc
.JoystickEventPtr
354 wxWave
= wx
.misc
.Wave
355 wxWavePtr
= wx
.misc
.WavePtr
356 wxWaveData
= wx
.misc
.WaveData
357 wxMAILCAP_STANDARD
= wx
.misc
.MAILCAP_STANDARD
358 wxMAILCAP_NETSCAPE
= wx
.misc
.MAILCAP_NETSCAPE
359 wxMAILCAP_KDE
= wx
.misc
.MAILCAP_KDE
360 wxMAILCAP_GNOME
= wx
.misc
.MAILCAP_GNOME
361 wxMAILCAP_ALL
= wx
.misc
.MAILCAP_ALL
362 wxFileTypeInfo
= wx
.misc
.FileTypeInfo
363 wxFileTypeInfoPtr
= wx
.misc
.FileTypeInfoPtr
364 wxFileTypeInfoSequence
= wx
.misc
.FileTypeInfoSequence
365 wxNullFileTypeInfo
= wx
.misc
.NullFileTypeInfo
366 wxFileType
= wx
.misc
.FileType
367 wxFileTypePtr
= wx
.misc
.FileTypePtr
368 wxFileType_ExpandCommand
= wx
.misc
.FileType_ExpandCommand
369 wxTheMimeTypesManager
= wx
.misc
.TheMimeTypesManager
370 wxMimeTypesManager
= wx
.misc
.MimeTypesManager
371 wxMimeTypesManagerPtr
= wx
.misc
.MimeTypesManagerPtr
372 wxMimeTypesManager_IsOfType
= wx
.misc
.MimeTypesManager_IsOfType
373 wxART_TOOLBAR
= wx
.misc
.ART_TOOLBAR
374 wxART_MENU
= wx
.misc
.ART_MENU
375 wxART_FRAME_ICON
= wx
.misc
.ART_FRAME_ICON
376 wxART_CMN_DIALOG
= wx
.misc
.ART_CMN_DIALOG
377 wxART_HELP_BROWSER
= wx
.misc
.ART_HELP_BROWSER
378 wxART_MESSAGE_BOX
= wx
.misc
.ART_MESSAGE_BOX
379 wxART_OTHER
= wx
.misc
.ART_OTHER
380 wxART_ADD_BOOKMARK
= wx
.misc
.ART_ADD_BOOKMARK
381 wxART_DEL_BOOKMARK
= wx
.misc
.ART_DEL_BOOKMARK
382 wxART_HELP_SIDE_PANEL
= wx
.misc
.ART_HELP_SIDE_PANEL
383 wxART_HELP_SETTINGS
= wx
.misc
.ART_HELP_SETTINGS
384 wxART_HELP_BOOK
= wx
.misc
.ART_HELP_BOOK
385 wxART_HELP_FOLDER
= wx
.misc
.ART_HELP_FOLDER
386 wxART_HELP_PAGE
= wx
.misc
.ART_HELP_PAGE
387 wxART_GO_BACK
= wx
.misc
.ART_GO_BACK
388 wxART_GO_FORWARD
= wx
.misc
.ART_GO_FORWARD
389 wxART_GO_UP
= wx
.misc
.ART_GO_UP
390 wxART_GO_DOWN
= wx
.misc
.ART_GO_DOWN
391 wxART_GO_TO_PARENT
= wx
.misc
.ART_GO_TO_PARENT
392 wxART_GO_HOME
= wx
.misc
.ART_GO_HOME
393 wxART_FILE_OPEN
= wx
.misc
.ART_FILE_OPEN
394 wxART_PRINT
= wx
.misc
.ART_PRINT
395 wxART_HELP
= wx
.misc
.ART_HELP
396 wxART_TIP
= wx
.misc
.ART_TIP
397 wxART_REPORT_VIEW
= wx
.misc
.ART_REPORT_VIEW
398 wxART_LIST_VIEW
= wx
.misc
.ART_LIST_VIEW
399 wxART_NEW_DIR
= wx
.misc
.ART_NEW_DIR
400 wxART_FOLDER
= wx
.misc
.ART_FOLDER
401 wxART_GO_DIR_UP
= wx
.misc
.ART_GO_DIR_UP
402 wxART_EXECUTABLE_FILE
= wx
.misc
.ART_EXECUTABLE_FILE
403 wxART_NORMAL_FILE
= wx
.misc
.ART_NORMAL_FILE
404 wxART_TICK_MARK
= wx
.misc
.ART_TICK_MARK
405 wxART_CROSS_MARK
= wx
.misc
.ART_CROSS_MARK
406 wxART_ERROR
= wx
.misc
.ART_ERROR
407 wxART_QUESTION
= wx
.misc
.ART_QUESTION
408 wxART_WARNING
= wx
.misc
.ART_WARNING
409 wxART_INFORMATION
= wx
.misc
.ART_INFORMATION
410 wxART_MISSING_IMAGE
= wx
.misc
.ART_MISSING_IMAGE
411 wxArtProvider
= wx
.misc
.ArtProvider
412 wxArtProviderPtr
= wx
.misc
.ArtProviderPtr
413 wxArtProvider_PushProvider
= wx
.misc
.ArtProvider_PushProvider
414 wxArtProvider_PopProvider
= wx
.misc
.ArtProvider_PopProvider
415 wxArtProvider_RemoveProvider
= wx
.misc
.ArtProvider_RemoveProvider
416 wxArtProvider_GetBitmap
= wx
.misc
.ArtProvider_GetBitmap
417 wxArtProvider_GetIcon
= wx
.misc
.ArtProvider_GetIcon
418 wxCONFIG_USE_LOCAL_FILE
= wx
.misc
.CONFIG_USE_LOCAL_FILE
419 wxCONFIG_USE_GLOBAL_FILE
= wx
.misc
.CONFIG_USE_GLOBAL_FILE
420 wxCONFIG_USE_RELATIVE_PATH
= wx
.misc
.CONFIG_USE_RELATIVE_PATH
421 wxCONFIG_USE_NO_ESCAPE_CHARACTERS
= wx
.misc
.CONFIG_USE_NO_ESCAPE_CHARACTERS
422 wxConfigBase
= wx
.misc
.ConfigBase
423 wxConfigBasePtr
= wx
.misc
.ConfigBasePtr
424 wxConfigBase_Set
= wx
.misc
.ConfigBase_Set
425 wxConfigBase_Get
= wx
.misc
.ConfigBase_Get
426 wxConfigBase_Create
= wx
.misc
.ConfigBase_Create
427 wxConfigBase_DontCreateOnDemand
= wx
.misc
.ConfigBase_DontCreateOnDemand
428 wxConfigPathChanger
= wx
.misc
.ConfigPathChanger
429 wxConfigPathChangerPtr
= wx
.misc
.ConfigPathChangerPtr
430 wxConfig
= wx
.misc
.Config
431 wxConfigPtr
= wx
.misc
.ConfigPtr
432 wxFileConfig
= wx
.misc
.FileConfig
433 wxFileConfigPtr
= wx
.misc
.FileConfigPtr
434 wxExpandEnvVars
= wx
.misc
.ExpandEnvVars
435 wxDateTime
= wx
.misc
.DateTime
436 wxDateTimePtr
= wx
.misc
.DateTimePtr
437 wxDateTime_SetCountry
= wx
.misc
.DateTime_SetCountry
438 wxDateTime_GetCountry
= wx
.misc
.DateTime_GetCountry
439 wxDateTime_IsWestEuropeanCountry
= wx
.misc
.DateTime_IsWestEuropeanCountry
440 wxDateTime_GetCurrentYear
= wx
.misc
.DateTime_GetCurrentYear
441 wxDateTime_ConvertYearToBC
= wx
.misc
.DateTime_ConvertYearToBC
442 wxDateTime_GetCurrentMonth
= wx
.misc
.DateTime_GetCurrentMonth
443 wxDateTime_IsLeapYear
= wx
.misc
.DateTime_IsLeapYear
444 wxDateTime_GetCentury
= wx
.misc
.DateTime_GetCentury
445 wxDateTime_GetNumberOfDaysinYear
= wx
.misc
.DateTime_GetNumberOfDaysinYear
446 wxDateTime_GetNumberOfDaysInMonth
= wx
.misc
.DateTime_GetNumberOfDaysInMonth
447 wxDateTime_GetMonthName
= wx
.misc
.DateTime_GetMonthName
448 wxDateTime_GetWeekDayName
= wx
.misc
.DateTime_GetWeekDayName
449 wxDateTime_GetAmPmStrings
= wx
.misc
.DateTime_GetAmPmStrings
450 wxDateTime_IsDSTApplicable
= wx
.misc
.DateTime_IsDSTApplicable
451 wxDateTime_GetBeginDST
= wx
.misc
.DateTime_GetBeginDST
452 wxDateTime_GetEndDST
= wx
.misc
.DateTime_GetEndDST
453 wxDateTime_Now
= wx
.misc
.DateTime_Now
454 wxDateTime_UNow
= wx
.misc
.DateTime_UNow
455 wxDateTime_Today
= wx
.misc
.DateTime_Today
456 wxDateTimeFromTimeT
= wx
.misc
.DateTimeFromTimeT
457 wxDateTimeFromJDN
= wx
.misc
.DateTimeFromJDN
458 wxDateTimeFromHMS
= wx
.misc
.DateTimeFromHMS
459 wxDateTimeFromDMY
= wx
.misc
.DateTimeFromDMY
460 wxTimeSpan
= wx
.misc
.TimeSpan
461 wxTimeSpanPtr
= wx
.misc
.TimeSpanPtr
462 wxTimeSpan_Seconds
= wx
.misc
.TimeSpan_Seconds
463 wxTimeSpan_Second
= wx
.misc
.TimeSpan_Second
464 wxTimeSpan_Minutes
= wx
.misc
.TimeSpan_Minutes
465 wxTimeSpan_Minute
= wx
.misc
.TimeSpan_Minute
466 wxTimeSpan_Hours
= wx
.misc
.TimeSpan_Hours
467 wxTimeSpan_Hour
= wx
.misc
.TimeSpan_Hour
468 wxTimeSpan_Days
= wx
.misc
.TimeSpan_Days
469 wxTimeSpan_Day
= wx
.misc
.TimeSpan_Day
470 wxTimeSpan_Weeks
= wx
.misc
.TimeSpan_Weeks
471 wxTimeSpan_Week
= wx
.misc
.TimeSpan_Week
472 wxDateSpan
= wx
.misc
.DateSpan
473 wxDateSpanPtr
= wx
.misc
.DateSpanPtr
474 wxDateSpan_Days
= wx
.misc
.DateSpan_Days
475 wxDateSpan_Day
= wx
.misc
.DateSpan_Day
476 wxDateSpan_Weeks
= wx
.misc
.DateSpan_Weeks
477 wxDateSpan_Week
= wx
.misc
.DateSpan_Week
478 wxDateSpan_Months
= wx
.misc
.DateSpan_Months
479 wxDateSpan_Month
= wx
.misc
.DateSpan_Month
480 wxDateSpan_Years
= wx
.misc
.DateSpan_Years
481 wxDateSpan_Year
= wx
.misc
.DateSpan_Year
482 wxGetLocalTime
= wx
.misc
.GetLocalTime
483 wxGetUTCTime
= wx
.misc
.GetUTCTime
484 wxGetCurrentTime
= wx
.misc
.GetCurrentTime
485 wxGetLocalTimeMillis
= wx
.misc
.GetLocalTimeMillis
486 wxDF_INVALID
= wx
.misc
.DF_INVALID
487 wxDF_TEXT
= wx
.misc
.DF_TEXT
488 wxDF_BITMAP
= wx
.misc
.DF_BITMAP
489 wxDF_METAFILE
= wx
.misc
.DF_METAFILE
490 wxDF_SYLK
= wx
.misc
.DF_SYLK
491 wxDF_DIF
= wx
.misc
.DF_DIF
492 wxDF_TIFF
= wx
.misc
.DF_TIFF
493 wxDF_OEMTEXT
= wx
.misc
.DF_OEMTEXT
494 wxDF_DIB
= wx
.misc
.DF_DIB
495 wxDF_PALETTE
= wx
.misc
.DF_PALETTE
496 wxDF_PENDATA
= wx
.misc
.DF_PENDATA
497 wxDF_RIFF
= wx
.misc
.DF_RIFF
498 wxDF_WAVE
= wx
.misc
.DF_WAVE
499 wxDF_UNICODETEXT
= wx
.misc
.DF_UNICODETEXT
500 wxDF_ENHMETAFILE
= wx
.misc
.DF_ENHMETAFILE
501 wxDF_FILENAME
= wx
.misc
.DF_FILENAME
502 wxDF_LOCALE
= wx
.misc
.DF_LOCALE
503 wxDF_PRIVATE
= wx
.misc
.DF_PRIVATE
504 wxDF_HTML
= wx
.misc
.DF_HTML
505 wxDF_MAX
= wx
.misc
.DF_MAX
506 wxDataFormat
= wx
.misc
.DataFormat
507 wxDataFormatPtr
= wx
.misc
.DataFormatPtr
508 wxCustomDataFormat
= wx
.misc
.CustomDataFormat
509 wxFormatInvalid
= wx
.misc
.FormatInvalid
510 wxDataObject
= wx
.misc
.DataObject
511 wxDataObjectPtr
= wx
.misc
.DataObjectPtr
512 wxDataObjectSimple
= wx
.misc
.DataObjectSimple
513 wxDataObjectSimplePtr
= wx
.misc
.DataObjectSimplePtr
514 wxPyDataObjectSimple
= wx
.misc
.PyDataObjectSimple
515 wxPyDataObjectSimplePtr
= wx
.misc
.PyDataObjectSimplePtr
516 wxDataObjectComposite
= wx
.misc
.DataObjectComposite
517 wxDataObjectCompositePtr
= wx
.misc
.DataObjectCompositePtr
518 wxTextDataObject
= wx
.misc
.TextDataObject
519 wxTextDataObjectPtr
= wx
.misc
.TextDataObjectPtr
520 wxPyTextDataObject
= wx
.misc
.PyTextDataObject
521 wxPyTextDataObjectPtr
= wx
.misc
.PyTextDataObjectPtr
522 wxBitmapDataObject
= wx
.misc
.BitmapDataObject
523 wxBitmapDataObjectPtr
= wx
.misc
.BitmapDataObjectPtr
524 wxPyBitmapDataObject
= wx
.misc
.PyBitmapDataObject
525 wxPyBitmapDataObjectPtr
= wx
.misc
.PyBitmapDataObjectPtr
526 wxFileDataObject
= wx
.misc
.FileDataObject
527 wxFileDataObjectPtr
= wx
.misc
.FileDataObjectPtr
528 wxCustomDataObject
= wx
.misc
.CustomDataObject
529 wxCustomDataObjectPtr
= wx
.misc
.CustomDataObjectPtr
530 wxURLDataObject
= wx
.misc
.URLDataObject
531 wxURLDataObjectPtr
= wx
.misc
.URLDataObjectPtr
532 wxMetafileDataObject
= wx
.misc
.MetafileDataObject
533 wxMetafileDataObjectPtr
= wx
.misc
.MetafileDataObjectPtr
534 wxDrag_CopyOnly
= wx
.misc
.Drag_CopyOnly
535 wxDrag_AllowMove
= wx
.misc
.Drag_AllowMove
536 wxDrag_DefaultMove
= wx
.misc
.Drag_DefaultMove
537 wxDragError
= wx
.misc
.DragError
538 wxDragNone
= wx
.misc
.DragNone
539 wxDragCopy
= wx
.misc
.DragCopy
540 wxDragMove
= wx
.misc
.DragMove
541 wxDragLink
= wx
.misc
.DragLink
542 wxDragCancel
= wx
.misc
.DragCancel
543 wxIsDragResultOk
= wx
.misc
.IsDragResultOk
544 wxDropSource
= wx
.misc
.DropSource
545 wxDropSourcePtr
= wx
.misc
.DropSourcePtr
546 wxDropTarget
= wx
.misc
.DropTarget
547 wxDropTargetPtr
= wx
.misc
.DropTargetPtr
548 wxTextDropTarget
= wx
.misc
.TextDropTarget
549 wxTextDropTargetPtr
= wx
.misc
.TextDropTargetPtr
550 wxFileDropTarget
= wx
.misc
.FileDropTarget
551 wxFileDropTargetPtr
= wx
.misc
.FileDropTargetPtr
552 wxClipboard
= wx
.misc
.Clipboard
553 wxClipboardPtr
= wx
.misc
.ClipboardPtr
554 wxTheClipboard
= wx
.misc
.TheClipboard
555 wxClipboardLocker
= wx
.misc
.ClipboardLocker
556 wxClipboardLockerPtr
= wx
.misc
.ClipboardLockerPtr
557 wxPyTimer
= wx
.misc
.PyTimer
558 wxPyDropTarget
= wx
.misc
.PyDropTarget
559 wxSystemSettings_GetSystemColour
= wx
.misc
.SystemSettings_GetSystemColour
560 wxSystemSettings_GetSystemFont
= wx
.misc
.SystemSettings_GetSystemFont
561 wxSystemSettings_GetSystemMetric
= wx
.misc
.SystemSettings_GetSystemMetric