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