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