]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/misc.py
More adjustments to aliases
[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 wxWave = wx.misc.Wave
359 wxWavePtr = wx.misc.WavePtr
360 wxWaveData = wx.misc.WaveData
361 wxMAILCAP_STANDARD = wx.misc.MAILCAP_STANDARD
362 wxMAILCAP_NETSCAPE = wx.misc.MAILCAP_NETSCAPE
363 wxMAILCAP_KDE = wx.misc.MAILCAP_KDE
364 wxMAILCAP_GNOME = wx.misc.MAILCAP_GNOME
365 wxMAILCAP_ALL = wx.misc.MAILCAP_ALL
366 wxFileTypeInfo = wx.misc.FileTypeInfo
367 wxFileTypeInfoPtr = wx.misc.FileTypeInfoPtr
368 wxFileTypeInfoSequence = wx.misc.FileTypeInfoSequence
369 wxNullFileTypeInfo = wx.misc.NullFileTypeInfo
370 wxFileType = wx.misc.FileType
371 wxFileTypePtr = wx.misc.FileTypePtr
372 wxFileType_ExpandCommand = wx.misc.FileType_ExpandCommand
373 wxTheMimeTypesManager = wx.misc.TheMimeTypesManager
374 wxMimeTypesManager = wx.misc.MimeTypesManager
375 wxMimeTypesManagerPtr = wx.misc.MimeTypesManagerPtr
376 wxMimeTypesManager_IsOfType = wx.misc.MimeTypesManager_IsOfType
377 wxART_TOOLBAR = wx.misc.ART_TOOLBAR
378 wxART_MENU = wx.misc.ART_MENU
379 wxART_FRAME_ICON = wx.misc.ART_FRAME_ICON
380 wxART_CMN_DIALOG = wx.misc.ART_CMN_DIALOG
381 wxART_HELP_BROWSER = wx.misc.ART_HELP_BROWSER
382 wxART_MESSAGE_BOX = wx.misc.ART_MESSAGE_BOX
383 wxART_OTHER = wx.misc.ART_OTHER
384 wxART_ADD_BOOKMARK = wx.misc.ART_ADD_BOOKMARK
385 wxART_DEL_BOOKMARK = wx.misc.ART_DEL_BOOKMARK
386 wxART_HELP_SIDE_PANEL = wx.misc.ART_HELP_SIDE_PANEL
387 wxART_HELP_SETTINGS = wx.misc.ART_HELP_SETTINGS
388 wxART_HELP_BOOK = wx.misc.ART_HELP_BOOK
389 wxART_HELP_FOLDER = wx.misc.ART_HELP_FOLDER
390 wxART_HELP_PAGE = wx.misc.ART_HELP_PAGE
391 wxART_GO_BACK = wx.misc.ART_GO_BACK
392 wxART_GO_FORWARD = wx.misc.ART_GO_FORWARD
393 wxART_GO_UP = wx.misc.ART_GO_UP
394 wxART_GO_DOWN = wx.misc.ART_GO_DOWN
395 wxART_GO_TO_PARENT = wx.misc.ART_GO_TO_PARENT
396 wxART_GO_HOME = wx.misc.ART_GO_HOME
397 wxART_FILE_OPEN = wx.misc.ART_FILE_OPEN
398 wxART_PRINT = wx.misc.ART_PRINT
399 wxART_HELP = wx.misc.ART_HELP
400 wxART_TIP = wx.misc.ART_TIP
401 wxART_REPORT_VIEW = wx.misc.ART_REPORT_VIEW
402 wxART_LIST_VIEW = wx.misc.ART_LIST_VIEW
403 wxART_NEW_DIR = wx.misc.ART_NEW_DIR
404 wxART_FOLDER = wx.misc.ART_FOLDER
405 wxART_GO_DIR_UP = wx.misc.ART_GO_DIR_UP
406 wxART_EXECUTABLE_FILE = wx.misc.ART_EXECUTABLE_FILE
407 wxART_NORMAL_FILE = wx.misc.ART_NORMAL_FILE
408 wxART_TICK_MARK = wx.misc.ART_TICK_MARK
409 wxART_CROSS_MARK = wx.misc.ART_CROSS_MARK
410 wxART_ERROR = wx.misc.ART_ERROR
411 wxART_QUESTION = wx.misc.ART_QUESTION
412 wxART_WARNING = wx.misc.ART_WARNING
413 wxART_INFORMATION = wx.misc.ART_INFORMATION
414 wxART_MISSING_IMAGE = wx.misc.ART_MISSING_IMAGE
415 wxArtProvider = wx.misc.ArtProvider
416 wxArtProviderPtr = wx.misc.ArtProviderPtr
417 wxArtProvider_PushProvider = wx.misc.ArtProvider_PushProvider
418 wxArtProvider_PopProvider = wx.misc.ArtProvider_PopProvider
419 wxArtProvider_RemoveProvider = wx.misc.ArtProvider_RemoveProvider
420 wxArtProvider_GetBitmap = wx.misc.ArtProvider_GetBitmap
421 wxArtProvider_GetIcon = wx.misc.ArtProvider_GetIcon
422 wxCONFIG_USE_LOCAL_FILE = wx.misc.CONFIG_USE_LOCAL_FILE
423 wxCONFIG_USE_GLOBAL_FILE = wx.misc.CONFIG_USE_GLOBAL_FILE
424 wxCONFIG_USE_RELATIVE_PATH = wx.misc.CONFIG_USE_RELATIVE_PATH
425 wxCONFIG_USE_NO_ESCAPE_CHARACTERS = wx.misc.CONFIG_USE_NO_ESCAPE_CHARACTERS
426 wxConfigBase = wx.misc.ConfigBase
427 wxConfigBasePtr = wx.misc.ConfigBasePtr
428 wxConfigBase_Set = wx.misc.ConfigBase_Set
429 wxConfigBase_Get = wx.misc.ConfigBase_Get
430 wxConfigBase_Create = wx.misc.ConfigBase_Create
431 wxConfigBase_DontCreateOnDemand = wx.misc.ConfigBase_DontCreateOnDemand
432 wxConfigPathChanger = wx.misc.ConfigPathChanger
433 wxConfigPathChangerPtr = wx.misc.ConfigPathChangerPtr
434 wxConfig = wx.misc.Config
435 wxConfigPtr = wx.misc.ConfigPtr
436 wxFileConfig = wx.misc.FileConfig
437 wxFileConfigPtr = wx.misc.FileConfigPtr
438 wxExpandEnvVars = wx.misc.ExpandEnvVars
439 wxDateFormatStr = wx.misc.DateFormatStr
440 wxTimeSpanFormatStr = wx.misc.TimeSpanFormatStr
441 wxDateTime = wx.misc.DateTime
442 wxDateTimePtr = wx.misc.DateTimePtr
443 wxDateTime_SetCountry = wx.misc.DateTime_SetCountry
444 wxDateTime_GetCountry = wx.misc.DateTime_GetCountry
445 wxDateTime_IsWestEuropeanCountry = wx.misc.DateTime_IsWestEuropeanCountry
446 wxDateTime_GetCurrentYear = wx.misc.DateTime_GetCurrentYear
447 wxDateTime_ConvertYearToBC = wx.misc.DateTime_ConvertYearToBC
448 wxDateTime_GetCurrentMonth = wx.misc.DateTime_GetCurrentMonth
449 wxDateTime_IsLeapYear = wx.misc.DateTime_IsLeapYear
450 wxDateTime_GetCentury = wx.misc.DateTime_GetCentury
451 wxDateTime_GetNumberOfDaysinYear = wx.misc.DateTime_GetNumberOfDaysinYear
452 wxDateTime_GetNumberOfDaysInMonth = wx.misc.DateTime_GetNumberOfDaysInMonth
453 wxDateTime_GetMonthName = wx.misc.DateTime_GetMonthName
454 wxDateTime_GetWeekDayName = wx.misc.DateTime_GetWeekDayName
455 wxDateTime_GetAmPmStrings = wx.misc.DateTime_GetAmPmStrings
456 wxDateTime_IsDSTApplicable = wx.misc.DateTime_IsDSTApplicable
457 wxDateTime_GetBeginDST = wx.misc.DateTime_GetBeginDST
458 wxDateTime_GetEndDST = wx.misc.DateTime_GetEndDST
459 wxDateTime_Now = wx.misc.DateTime_Now
460 wxDateTime_UNow = wx.misc.DateTime_UNow
461 wxDateTime_Today = wx.misc.DateTime_Today
462 wxDateTimeFromTimeT = wx.misc.DateTimeFromTimeT
463 wxDateTimeFromJDN = wx.misc.DateTimeFromJDN
464 wxDateTimeFromHMS = wx.misc.DateTimeFromHMS
465 wxDateTimeFromDMY = wx.misc.DateTimeFromDMY
466 wxTimeSpan = wx.misc.TimeSpan
467 wxTimeSpanPtr = wx.misc.TimeSpanPtr
468 wxTimeSpan_Seconds = wx.misc.TimeSpan_Seconds
469 wxTimeSpan_Second = wx.misc.TimeSpan_Second
470 wxTimeSpan_Minutes = wx.misc.TimeSpan_Minutes
471 wxTimeSpan_Minute = wx.misc.TimeSpan_Minute
472 wxTimeSpan_Hours = wx.misc.TimeSpan_Hours
473 wxTimeSpan_Hour = wx.misc.TimeSpan_Hour
474 wxTimeSpan_Days = wx.misc.TimeSpan_Days
475 wxTimeSpan_Day = wx.misc.TimeSpan_Day
476 wxTimeSpan_Weeks = wx.misc.TimeSpan_Weeks
477 wxTimeSpan_Week = wx.misc.TimeSpan_Week
478 wxDateSpan = wx.misc.DateSpan
479 wxDateSpanPtr = wx.misc.DateSpanPtr
480 wxDateSpan_Days = wx.misc.DateSpan_Days
481 wxDateSpan_Day = wx.misc.DateSpan_Day
482 wxDateSpan_Weeks = wx.misc.DateSpan_Weeks
483 wxDateSpan_Week = wx.misc.DateSpan_Week
484 wxDateSpan_Months = wx.misc.DateSpan_Months
485 wxDateSpan_Month = wx.misc.DateSpan_Month
486 wxDateSpan_Years = wx.misc.DateSpan_Years
487 wxDateSpan_Year = wx.misc.DateSpan_Year
488 wxGetLocalTime = wx.misc.GetLocalTime
489 wxGetUTCTime = wx.misc.GetUTCTime
490 wxGetCurrentTime = wx.misc.GetCurrentTime
491 wxGetLocalTimeMillis = wx.misc.GetLocalTimeMillis
492 wxDF_INVALID = wx.misc.DF_INVALID
493 wxDF_TEXT = wx.misc.DF_TEXT
494 wxDF_BITMAP = wx.misc.DF_BITMAP
495 wxDF_METAFILE = wx.misc.DF_METAFILE
496 wxDF_SYLK = wx.misc.DF_SYLK
497 wxDF_DIF = wx.misc.DF_DIF
498 wxDF_TIFF = wx.misc.DF_TIFF
499 wxDF_OEMTEXT = wx.misc.DF_OEMTEXT
500 wxDF_DIB = wx.misc.DF_DIB
501 wxDF_PALETTE = wx.misc.DF_PALETTE
502 wxDF_PENDATA = wx.misc.DF_PENDATA
503 wxDF_RIFF = wx.misc.DF_RIFF
504 wxDF_WAVE = wx.misc.DF_WAVE
505 wxDF_UNICODETEXT = wx.misc.DF_UNICODETEXT
506 wxDF_ENHMETAFILE = wx.misc.DF_ENHMETAFILE
507 wxDF_FILENAME = wx.misc.DF_FILENAME
508 wxDF_LOCALE = wx.misc.DF_LOCALE
509 wxDF_PRIVATE = wx.misc.DF_PRIVATE
510 wxDF_HTML = wx.misc.DF_HTML
511 wxDF_MAX = wx.misc.DF_MAX
512 wxDataFormat = wx.misc.DataFormat
513 wxDataFormatPtr = wx.misc.DataFormatPtr
514 wxCustomDataFormat = wx.misc.CustomDataFormat
515 wxFormatInvalid = wx.misc.FormatInvalid
516 wxDataObject = wx.misc.DataObject
517 wxDataObjectPtr = wx.misc.DataObjectPtr
518 wxDataObjectSimple = wx.misc.DataObjectSimple
519 wxDataObjectSimplePtr = wx.misc.DataObjectSimplePtr
520 wxPyDataObjectSimple = wx.misc.PyDataObjectSimple
521 wxPyDataObjectSimplePtr = wx.misc.PyDataObjectSimplePtr
522 wxDataObjectComposite = wx.misc.DataObjectComposite
523 wxDataObjectCompositePtr = wx.misc.DataObjectCompositePtr
524 wxTextDataObject = wx.misc.TextDataObject
525 wxTextDataObjectPtr = wx.misc.TextDataObjectPtr
526 wxPyTextDataObject = wx.misc.PyTextDataObject
527 wxPyTextDataObjectPtr = wx.misc.PyTextDataObjectPtr
528 wxBitmapDataObject = wx.misc.BitmapDataObject
529 wxBitmapDataObjectPtr = wx.misc.BitmapDataObjectPtr
530 wxPyBitmapDataObject = wx.misc.PyBitmapDataObject
531 wxPyBitmapDataObjectPtr = wx.misc.PyBitmapDataObjectPtr
532 wxFileDataObject = wx.misc.FileDataObject
533 wxFileDataObjectPtr = wx.misc.FileDataObjectPtr
534 wxCustomDataObject = wx.misc.CustomDataObject
535 wxCustomDataObjectPtr = wx.misc.CustomDataObjectPtr
536 wxURLDataObject = wx.misc.URLDataObject
537 wxURLDataObjectPtr = wx.misc.URLDataObjectPtr
538 wxMetafileDataObject = wx.misc.MetafileDataObject
539 wxMetafileDataObjectPtr = wx.misc.MetafileDataObjectPtr
540 wxDrag_CopyOnly = wx.misc.Drag_CopyOnly
541 wxDrag_AllowMove = wx.misc.Drag_AllowMove
542 wxDrag_DefaultMove = wx.misc.Drag_DefaultMove
543 wxDragError = wx.misc.DragError
544 wxDragNone = wx.misc.DragNone
545 wxDragCopy = wx.misc.DragCopy
546 wxDragMove = wx.misc.DragMove
547 wxDragLink = wx.misc.DragLink
548 wxDragCancel = wx.misc.DragCancel
549 wxIsDragResultOk = wx.misc.IsDragResultOk
550 wxDropSource = wx.misc.DropSource
551 wxDropSourcePtr = wx.misc.DropSourcePtr
552 wxDropTarget = wx.misc.DropTarget
553 wxDropTargetPtr = wx.misc.DropTargetPtr
554 wxTextDropTarget = wx.misc.TextDropTarget
555 wxTextDropTargetPtr = wx.misc.TextDropTargetPtr
556 wxFileDropTarget = wx.misc.FileDropTarget
557 wxFileDropTargetPtr = wx.misc.FileDropTargetPtr
558 wxClipboard = wx.misc.Clipboard
559 wxClipboardPtr = wx.misc.ClipboardPtr
560 wxTheClipboard = wx.misc.TheClipboard
561 wxClipboardLocker = wx.misc.ClipboardLocker
562 wxClipboardLockerPtr = wx.misc.ClipboardLockerPtr
563 wxPyTimer = wx.misc.PyTimer
564 wxPyDropTarget = wx.misc.PyDropTarget
565
566