-- --------------------------------------------------------------------------- -- ../bindings/wxwidgets/wx_datatypes.lua was generated by genwxbind.lua -- -- Any changes made to this file will be lost when the file is regenerated -- --------------------------------------------------------------------------- -- --------------------------------------------------------------------------- -- typedefTable -- --------------------------------------------------------------------------- wx_typedefTable = { WXHANDLE = "void *", ["wxDateTime::wxDateTime_t"] = "unsigned short", wxDouble = "double", wxInt32 = "int", wxLogLevel = "unsigned long", wxNotebookPage = "wxWindow", wxPreviewWindow = "wxScrolledWindow", wxTextCoord = "long", wxTraceMask = "unsigned long", } -- --------------------------------------------------------------------------- -- dataTypes -- --------------------------------------------------------------------------- wx_dataTypeTable = { BOOL = { IsNumber = true, Name = "BOOL", ValueType = "number", }, DWORD = { IsNumber = true, Name = "DWORD", ValueType = "number", }, DWORD64 = { IsNumber = true, Name = "DWORD64", ValueType = "number", }, HANDLE = { IsNumber = false, Name = "HANDLE", ValueType = "number", }, IntArray_FromLuaTable = { IsNumber = true, Name = "IntArray_FromLuaTable", ValueType = "special", }, LPCVOID = { IsNumber = true, Name = "LPCVOID", ValueType = "number", }, LPDWORD = { IsNumber = true, Name = "LPDWORD", ValueType = "number", }, LPVOID = { IsNumber = true, Name = "LPVOID", ValueType = "number", }, LuaFunction = { IsNumber = true, Name = "LuaFunction", ValueType = "special", }, LuaTable = { IsNumber = true, Name = "LuaTable", ValueType = "special", }, PVOID = { IsNumber = true, Name = "PVOID", ValueType = "number", }, Propagation_state = { IsNumber = true, Name = "Propagation_state", ValueType = "enum", }, WXTYPE = { IsNumber = true, Name = "WXTYPE", ValueType = "number", }, bool = { IsNumber = true, Name = "bool", ValueType = "number", }, char = { IsNumber = true, Name = "char", ValueType = "number", }, double = { IsNumber = true, Name = "double", ValueType = "number", }, float = { IsNumber = true, Name = "float", ValueType = "number", }, int = { IsNumber = true, Name = "int", ValueType = "number", }, long = { IsNumber = true, Name = "long", ValueType = "number", }, lua_State = { IsNumber = false, Name = "lua_State", ValueType = "number", }, short = { IsNumber = true, Name = "short", ValueType = "number", }, size_t = { IsNumber = true, Name = "size_t", ValueType = "number", }, time_t = { IsNumber = true, Name = "time_t", ValueType = "number", }, uchar = { IsNumber = true, Name = "uchar", ValueType = "number", }, uint = { IsNumber = true, Name = "uint", ValueType = "number", }, ulong = { IsNumber = true, Name = "ulong", ValueType = "number", }, ["unsigned char"] = { IsNumber = true, Name = "unsigned char", ValueType = "number", }, ["unsigned int"] = { IsNumber = true, Name = "unsigned int", ValueType = "number", }, ["unsigned long"] = { IsNumber = true, Name = "unsigned long", ValueType = "number", }, ["unsigned short"] = { IsNumber = true, Name = "unsigned short", ValueType = "number", }, ushort = { IsNumber = true, Name = "ushort", ValueType = "number", }, void = { IsNumber = true, Name = "void", ValueType = "number", }, voidptr_long = { IsNumber = true, Name = "voidptr_long", ValueType = "special", }, wchar_t = { IsNumber = true, Name = "wchar_t", ValueType = "number", }, wxANIHandler = { BaseClass = "wxCURHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_ICO_CUR)", IsNumber = false, Name = "wxANIHandler", ValueType = "class", }, wxAboutDialogInfo = { ["%encapsulate"] = true, Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_ABOUTDLG && wxLUA_USE_wxAboutDialog", IsNumber = false, Name = "wxAboutDialogInfo", ValueType = "class", }, wxAcceleratorEntry = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAcceleratorTable && wxUSE_ACCEL", IsNumber = false, Name = "wxAcceleratorEntry", ValueType = "class", }, wxAcceleratorTable = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxAcceleratorTable && wxUSE_ACCEL", IsNumber = false, Name = "wxAcceleratorTable", ValueType = "class", }, wxActivateEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxActivateEvent", ValueType = "class", }, wxAlignment = { IsNumber = true, Name = "wxAlignment", ValueType = "enum", }, wxAnimation = { BaseClass = "wxGDIObject", Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxAnimation && wxUSE_ANIMATIONCTRL", IsNumber = false, Name = "wxAnimation", ValueType = "class", }, wxAnimationCtrl = { BaseClass = "wxControl", Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxAnimation && wxUSE_ANIMATIONCTRL", IsNumber = false, Name = "wxAnimationCtrl", ValueType = "class", }, wxAnimationType = { Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxAnimation && wxUSE_ANIMATIONCTRL", IsNumber = true, Name = "wxAnimationType", ValueType = "enum", }, wxApp = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxApp", IsNumber = false, Name = "wxApp", ValueType = "class", }, wxArchitecture = { IsNumber = true, Name = "wxArchitecture", ValueType = "enum", }, wxArchiveFSHandler = { BaseClass = "wxFileSystemHandler", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM)", IsNumber = false, Name = "wxArchiveFSHandler", ValueType = "class", }, wxArrayInt = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxArrayInt", IsNumber = false, Name = "wxArrayInt", ValueType = "class", }, wxArrayString = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxArrayString", IsNumber = false, Name = "wxArrayString", ValueType = "class", }, wxArrayVideoModes = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDisplay && wxUSE_DISPLAY", IsNumber = false, Name = "wxArrayVideoModes", ValueType = "class", }, wxArtProvider = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxArtProvider", IsNumber = false, Name = "wxArtProvider", ValueType = "class", }, wxAuiButtonId = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiButtonId", ValueType = "enum", }, wxAuiDefaultDockArt = { ["%encapsulate"] = true, BaseClass = "wxAuiDockArt", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiDefaultDockArt", ValueType = "class", }, wxAuiDefaultTabArt = { ["%encapsulate"] = true, BaseClass = "wxAuiTabArt", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiDefaultTabArt", ValueType = "class", }, wxAuiDockArt = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiDockArt", ValueType = "class", }, wxAuiDockInfo = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiDockInfo", ValueType = "class", }, wxAuiDockUIPart = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiDockUIPart", ValueType = "class", }, ["wxAuiDockUIPart::dummy"] = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiDockUIPart::dummy", ValueType = "enum", }, wxAuiFloatingFrame = { BaseClass = "wxFrame", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiFloatingFrame", ValueType = "class", }, wxAuiMDIChildFrame = { BaseClass = "wxPanel", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiMDIChildFrame", ValueType = "class", }, wxAuiMDIClientWindow = { BaseClass = "wxAuiNotebook", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiMDIClientWindow", ValueType = "class", }, wxAuiMDIParentFrame = { BaseClass = "wxFrame", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiMDIParentFrame", ValueType = "class", }, wxAuiManager = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiManager", ValueType = "class", }, wxAuiManagerDock = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiManagerDock", ValueType = "enum", }, wxAuiManagerEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiManagerEvent", ValueType = "class", }, wxAuiManagerOption = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiManagerOption", ValueType = "enum", }, wxAuiNotebook = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiNotebook", ValueType = "class", }, wxAuiNotebookEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiNotebookEvent", ValueType = "class", }, wxAuiNotebookOption = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiNotebookOption", ValueType = "enum", }, wxAuiNotebookPage = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiNotebookPage", ValueType = "class", }, wxAuiNotebookPageArray = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiNotebookPageArray", ValueType = "class", }, wxAuiPaneButton = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiPaneButton", ValueType = "class", }, wxAuiPaneButtonState = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiPaneButtonState", ValueType = "enum", }, wxAuiPaneDockArtGradients = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiPaneDockArtGradients", ValueType = "enum", }, wxAuiPaneDockArtSetting = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiPaneDockArtSetting", ValueType = "enum", }, wxAuiPaneInfo = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiPaneInfo", ValueType = "class", }, ["wxAuiPaneInfo::wxAuiPaneState"] = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiPaneInfo::wxAuiPaneState", ValueType = "enum", }, wxAuiPaneInfoArray = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiPaneInfoArray", ValueType = "class", }, wxAuiPaneInsertLevel = { Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = true, Name = "wxAuiPaneInsertLevel", ValueType = "enum", }, wxAuiSimpleTabArt = { ["%encapsulate"] = true, BaseClass = "wxAuiTabArt", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiSimpleTabArt", ValueType = "class", }, wxAuiTabArt = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiTabArt", ValueType = "class", }, wxAuiTabContainerButton = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiTabContainerButton", ValueType = "class", }, wxAuiTabCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxAUI && wxCHECK_VERSION(2,8,0) && wxUSE_AUI", IsNumber = false, Name = "wxAuiTabCtrl", ValueType = "class", }, wxAutoBufferedPaintDC = { BaseClass = "wxDC", Condition = "(wxLUA_USE_wxDC) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxAutoBufferedPaintDC", ValueType = "class", }, wxBMPHandler = { BaseClass = "wxImageHandler", Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxBMPHandler", ValueType = "class", }, wxBackgroundStyle = { IsNumber = true, Name = "wxBackgroundStyle", ValueType = "enum", }, wxBatteryState = { Condition = "wxCHECK_VERSION(2,8,0)", IsNumber = true, Name = "wxBatteryState", ValueType = "enum", }, wxBestHelpController = { BaseClass = "wxHelpControllerBase", Condition = "(wxLUA_USE_wxHelpController && wxUSE_HELP) && (defined(__WXMSW__))", IsNumber = false, Name = "wxBestHelpController", ValueType = "class", }, wxBitmap = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxBitmap", IsNumber = false, Name = "wxBitmap", ValueType = "class", }, wxBitmapButton = { BaseClass = "wxButton", Condition = "(wxLUA_USE_wxButton && wxUSE_BUTTON) && (wxLUA_USE_wxBitmapButton && wxUSE_BMPBUTTON)", IsNumber = false, Name = "wxBitmapButton", ValueType = "class", }, wxBitmapComboBox = { BaseClass = "wxControlWithItems", Condition = "wxLUA_USE_wxBitmapComboBox && wxUSE_BITMAPCOMBOBOX", IsNumber = false, Name = "wxBitmapComboBox", ValueType = "class", }, wxBitmapDataObject = { ["%encapsulate"] = true, BaseClass = "wxDataObjectSimple", Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxBitmapDataObject", ValueType = "class", }, wxBitmapType = { IsNumber = true, Name = "wxBitmapType", ValueType = "enum", }, wxBookCtrlBase = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxNotebook && wxUSE_BOOKCTRL", IsNumber = false, Name = "wxBookCtrlBase", ValueType = "class", }, wxBookCtrlBaseEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxNotebook && wxUSE_BOOKCTRL", IsNumber = false, Name = "wxBookCtrlBaseEvent", ValueType = "class", }, wxBorder = { IsNumber = true, Name = "wxBorder", ValueType = "enum", }, wxBoxSizer = { BaseClass = "wxSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxBoxSizer", ValueType = "class", }, wxBrush = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxColourPenBrush", IsNumber = false, Name = "wxBrush", ValueType = "class", }, wxBrushList = { BaseClass = "wxList", Condition = "(wxLUA_USE_wxColourPenBrush) && (wxLUA_USE_wxBrushList)", IsNumber = false, Name = "wxBrushList", ValueType = "class", }, wxBufferedDC = { BaseClass = "wxMemoryDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxBufferedDC", ValueType = "class", }, wxBufferedPaintDC = { BaseClass = "wxBufferedDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxBufferedPaintDC", ValueType = "class", }, wxBusyCursor = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxBusyCursor", IsNumber = false, Name = "wxBusyCursor", ValueType = "class", }, wxBusyInfo = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxBusyInfo && wxUSE_BUSYINFO", IsNumber = false, Name = "wxBusyInfo", ValueType = "class", }, wxButton = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxButton && wxUSE_BUTTON", IsNumber = false, Name = "wxButton", ValueType = "class", }, wxByte = { IsNumber = true, Name = "wxByte", ValueType = "number", }, wxCURHandler = { BaseClass = "wxICOHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_ICO_CUR)", IsNumber = false, Name = "wxCURHandler", ValueType = "class", }, wxCalculateLayoutEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = false, Name = "wxCalculateLayoutEvent", ValueType = "class", }, wxCalendarCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", IsNumber = false, Name = "wxCalendarCtrl", ValueType = "class", }, wxCalendarDateAttr = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", IsNumber = false, Name = "wxCalendarDateAttr", ValueType = "class", }, wxCalendarDateBorder = { Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", IsNumber = true, Name = "wxCalendarDateBorder", ValueType = "enum", }, wxCalendarEvent = { BaseClass = "wxDateEvent", Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", IsNumber = false, Name = "wxCalendarEvent", ValueType = "class", }, wxCalendarHitTestResult = { Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", IsNumber = true, Name = "wxCalendarHitTestResult", ValueType = "enum", }, wxCaret = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxCaret && wxUSE_CARET", IsNumber = false, Name = "wxCaret", ValueType = "class", }, wxCaretSuspend = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxCaret && wxUSE_CARET", IsNumber = false, Name = "wxCaretSuspend", ValueType = "class", }, wxChar = { IsNumber = true, Name = "wxChar", ValueType = "number", }, wxCheckBox = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxCheckBox && wxUSE_CHECKBOX", IsNumber = false, Name = "wxCheckBox", ValueType = "class", }, wxCheckBoxState = { Condition = "wxLUA_USE_wxCheckBox && wxUSE_CHECKBOX", IsNumber = true, Name = "wxCheckBoxState", ValueType = "enum", }, wxCheckListBox = { BaseClass = "wxListBox", Condition = "(wxLUA_USE_wxListBox && wxUSE_LISTBOX) && (wxLUA_USE_wxCheckListBox && wxUSE_CHECKLISTBOX)", IsNumber = false, Name = "wxCheckListBox", ValueType = "class", }, wxChildFocusEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxChildFocusEvent", ValueType = "class", }, wxChoice = { BaseClass = "wxControlWithItems", Condition = "wxLUA_USE_wxChoice && wxUSE_CHOICE", IsNumber = false, Name = "wxChoice", ValueType = "class", }, wxChoicebook = { BaseClass = "wxBookCtrlBase", Condition = "wxLUA_USE_wxNotebook && wxLUA_USE_wxChoice && wxUSE_CHOICEBOOK", IsNumber = false, Name = "wxChoicebook", ValueType = "class", }, wxChoicebookEvent = { BaseClass = "wxBookCtrlBaseEvent", Condition = "wxLUA_USE_wxNotebook && wxLUA_USE_wxChoice && wxUSE_CHOICEBOOK", IsNumber = false, Name = "wxChoicebookEvent", ValueType = "class", }, wxClassInfo = { Condition = "wxLUA_USE_wxClassInfo", IsNumber = false, Name = "wxClassInfo", ValueType = "class", }, wxClientDC = { BaseClass = "wxWindowDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxClientDC", ValueType = "class", }, wxClientData = { IsNumber = false, Name = "wxClientData", ValueType = "class", }, wxClientDataContainer = { IsNumber = false, Name = "wxClientDataContainer", ValueType = "class", }, wxClipboard = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxClipboard && wxUSE_CLIPBOARD", IsNumber = false, Name = "wxClipboard", ValueType = "class", }, wxClipboardTextEvent = { BaseClass = "wxCommandEvent", Condition = "(wxLUA_USE_wxClipboard && wxUSE_CLIPBOARD) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxClipboardTextEvent", ValueType = "class", }, wxCloseEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxCloseEvent", ValueType = "class", }, wxCollapsiblePane = { BaseClass = "wxControl", Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxCollapsiblePane && wxUSE_COLLPANE", IsNumber = false, Name = "wxCollapsiblePane", ValueType = "class", }, wxCollapsiblePaneEvent = { BaseClass = "wxCommandEvent", Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxCollapsiblePane && wxUSE_COLLPANE", IsNumber = false, Name = "wxCollapsiblePaneEvent", ValueType = "class", }, wxColour = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxColourPenBrush", IsNumber = false, Name = "wxColour", ValueType = "class", }, wxColourData = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxColourDialog && wxUSE_COLOURDLG", IsNumber = false, Name = "wxColourData", ValueType = "class", }, wxColourDatabase = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxColourPenBrush", IsNumber = false, Name = "wxColourDatabase", ValueType = "class", }, wxColourDialog = { BaseClass = "wxDialog", Condition = "wxLUA_USE_wxColourDialog && wxUSE_COLOURDLG", IsNumber = false, Name = "wxColourDialog", ValueType = "class", }, wxColourPickerCtrl = { BaseClass = "wxPickerBase", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxColourPickerCtrl && wxUSE_COLOURPICKERCTRL)", IsNumber = false, Name = "wxColourPickerCtrl", ValueType = "class", }, wxColourPickerEvent = { BaseClass = "wxCommandEvent", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxColourPickerCtrl && wxUSE_COLOURPICKERCTRL)", IsNumber = false, Name = "wxColourPickerEvent", ValueType = "class", }, wxComboBox = { BaseClass = "wxControlWithItems", Condition = "wxLUA_USE_wxComboBox && wxUSE_COMBOBOX", IsNumber = false, Name = "wxComboBox", ValueType = "class", }, wxCommand = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxCommandProcessor", IsNumber = false, Name = "wxCommand", ValueType = "class", }, wxCommandEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxCommandEvent", ValueType = "class", }, wxCommandProcessor = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxCommandProcessor", IsNumber = false, Name = "wxCommandProcessor", ValueType = "class", }, wxConfig = { ["%encapsulate"] = true, BaseClass = "wxConfigBase", Condition = "wxLUA_USE_wxConfig && wxUSE_CONFIG", IsNumber = false, Name = "wxConfig", ValueType = "class", }, wxConfigBase = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxConfig && wxUSE_CONFIG", IsNumber = false, Name = "wxConfigBase", ValueType = "class", }, ["wxConfigBase::EntryType"] = { Condition = "wxLUA_USE_wxConfig && wxUSE_CONFIG", IsNumber = true, Name = "wxConfigBase::EntryType", ValueType = "enum", }, wxConfigPathChanger = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxConfig && wxUSE_CONFIG", IsNumber = false, Name = "wxConfigPathChanger", ValueType = "class", }, wxContextHelp = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = false, Name = "wxContextHelp", ValueType = "class", }, wxContextHelpButton = { BaseClass = "wxBitmapButton", Condition = "(wxLUA_USE_wxHelpController && wxUSE_HELP) && (wxLUA_USE_wxBitmapButton && wxUSE_BMPBUTTON)", IsNumber = false, Name = "wxContextHelpButton", ValueType = "class", }, wxContextMenuEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxContextMenuEvent", ValueType = "class", }, wxControl = { BaseClass = "wxWindow", IsNumber = false, Name = "wxControl", ValueType = "class", }, wxControlWithItems = { BaseClass = "wxControl", Condition = "(wxLUA_USE_wxChoice || wxLUA_USE_wxComboBox || wxLUA_USE_wxListBox ) && wxUSE_CONTROLS", IsNumber = false, Name = "wxControlWithItems", ValueType = "class", }, wxCoord = { IsNumber = true, Name = "wxCoord", ValueType = "number", }, wxCriticalSection = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxCriticalSection && wxUSE_THREADS", IsNumber = false, Name = "wxCriticalSection", ValueType = "class", }, wxCriticalSectionLocker = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxCriticalSectionLocker", IsNumber = false, Name = "wxCriticalSectionLocker", ValueType = "class", }, wxCursor = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxCursor", IsNumber = false, Name = "wxCursor", ValueType = "class", }, wxDC = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxDC", ValueType = "class", }, wxDCClipper = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxDCClipper", ValueType = "class", }, wxDLFlags = { IsNumber = true, Name = "wxDLFlags", ValueType = "enum", }, wxDataFormat = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxDataFormat", ValueType = "class", }, wxDataFormatId = { Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = true, Name = "wxDataFormatId", ValueType = "enum", }, wxDataInputStream = { ["%encapsulate"] = true, Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxDataInputStream", ValueType = "class", }, wxDataObject = { Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxDataObject", ValueType = "class", }, ["wxDataObject::Direction"] = { Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = true, Name = "wxDataObject::Direction", ValueType = "enum", }, wxDataObjectComposite = { ["%encapsulate"] = true, BaseClass = "wxDataObject", Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxDataObjectComposite", ValueType = "class", }, wxDataObjectSimple = { ["%encapsulate"] = true, BaseClass = "wxDataObject", Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxDataObjectSimple", ValueType = "class", }, wxDataOutputStream = { ["%encapsulate"] = true, Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxDataOutputStream", ValueType = "class", }, wxDateEvent = { BaseClass = "wxCommandEvent", Condition = "wxLUA_USE_wxCalendarCtrl && wxUSE_CALENDARCTRL", IsNumber = false, Name = "wxDateEvent", ValueType = "class", }, wxDatePickerCtrl = { BaseClass = "wxControl", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxDatePickerCtrl && wxUSE_DATEPICKCTRL)", IsNumber = false, Name = "wxDatePickerCtrl", ValueType = "class", }, wxDateSpan = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDateSpan && wxUSE_DATETIME", IsNumber = false, Name = "wxDateSpan", ValueType = "class", }, wxDateTime = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = false, Name = "wxDateTime", ValueType = "class", }, ["wxDateTime::Calendar"] = { Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = true, Name = "wxDateTime::Calendar", ValueType = "enum", }, ["wxDateTime::Country"] = { Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = true, Name = "wxDateTime::Country", ValueType = "enum", }, ["wxDateTime::Month"] = { Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = true, Name = "wxDateTime::Month", ValueType = "enum", }, ["wxDateTime::TZ"] = { Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = true, Name = "wxDateTime::TZ", ValueType = "enum", }, ["wxDateTime::WeekDay"] = { Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = true, Name = "wxDateTime::WeekDay", ValueType = "enum", }, wxDateTimeArray = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDateTime && wxUSE_DATETIME", IsNumber = false, Name = "wxDateTimeArray", ValueType = "class", }, wxDateTimeHolidayAuthority = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDateTimeHolidayAuthority && wxUSE_DATETIME", IsNumber = false, Name = "wxDateTimeHolidayAuthority", ValueType = "class", }, wxDateTimeWorkDays = { ["%encapsulate"] = true, BaseClass = "wxDateTimeHolidayAuthority", Condition = "wxLUA_USE_wxDateTimeHolidayAuthority && wxUSE_DATETIME", IsNumber = false, Name = "wxDateTimeWorkDays", ValueType = "class", }, wxDialog = { BaseClass = "wxTopLevelWindow", Condition = "wxLUA_USE_wxDialog", IsNumber = false, Name = "wxDialog", ValueType = "class", }, wxDir = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDir", IsNumber = false, Name = "wxDir", ValueType = "class", }, wxDirDialog = { BaseClass = "wxDialog", Condition = "wxLUA_USE_wxDirDialog && wxUSE_DIRDLG", IsNumber = false, Name = "wxDirDialog", ValueType = "class", }, wxDirPickerCtrl = { BaseClass = "wxFileDirPickerCtrlBase", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxDirPickerCtrl && (wxUSE_FILEPICKERCTRL || wxUSE_DIRPICKERCTRL ))", IsNumber = false, Name = "wxDirPickerCtrl", ValueType = "class", }, wxDirection = { IsNumber = true, Name = "wxDirection", ValueType = "enum", }, wxDisplay = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDisplay && wxUSE_DISPLAY", IsNumber = false, Name = "wxDisplay", ValueType = "class", }, wxDisplayChangedEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxDisplayChangedEvent", ValueType = "class", }, wxDocChildFrame = { BaseClass = "wxFrame", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocChildFrame", ValueType = "class", }, wxDocMDIChildFrame = { BaseClass = "wxMDIChildFrame", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocMDIChildFrame", ValueType = "class", }, wxDocMDIParentFrame = { BaseClass = "wxMDIParentFrame", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocMDIParentFrame", ValueType = "class", }, wxDocManager = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocManager", ValueType = "class", }, wxDocParentFrame = { BaseClass = "wxFrame", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocParentFrame", ValueType = "class", }, wxDocTemplate = { BaseClass = "wxObject", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocTemplate", ValueType = "class", }, wxDocument = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxDocument", ValueType = "class", }, wxDouble = { IsNumber = true, Name = "wxDouble", ValueType = "number", }, wxDragResult = { Condition = "wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP", IsNumber = true, Name = "wxDragResult", ValueType = "enum", }, wxDropFilesEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP", IsNumber = false, Name = "wxDropFilesEvent", ValueType = "class", }, wxDropSource = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP", IsNumber = false, Name = "wxDropSource", ValueType = "class", }, wxDropTarget = { Condition = "wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP", IsNumber = false, Name = "wxDropTarget", ValueType = "class", }, wxDuplexMode = { Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = true, Name = "wxDuplexMode", ValueType = "enum", }, wxDynamicLibrary = { ["%encapsulate"] = true, IsNumber = false, Name = "wxDynamicLibrary", ValueType = "class", }, wxDynamicLibraryCategory = { IsNumber = true, Name = "wxDynamicLibraryCategory", ValueType = "enum", }, wxDynamicLibraryDetails = { ["%encapsulate"] = true, IsNumber = false, Name = "wxDynamicLibraryDetails", ValueType = "class", }, wxDynamicLibraryDetailsArray = { ["%encapsulate"] = true, IsNumber = false, Name = "wxDynamicLibraryDetailsArray", ValueType = "class", }, wxEOL = { Condition = "wxUSE_STREAMS", IsNumber = true, Name = "wxEOL", ValueType = "enum", }, wxEdge = { Condition = "(wxLUA_USE_wxSizer) && (wxLUA_USE_wxLayoutConstraints && (!wxCHECK_VERSION(2,6,0)))", IsNumber = true, Name = "wxEdge", ValueType = "enum", }, wxEffects = { BaseClass = "wxObject", IsNumber = false, Name = "wxEffects", ValueType = "class", }, wxEndianness = { IsNumber = true, Name = "wxEndianness", ValueType = "enum", }, wxEraseEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxEraseEvent", ValueType = "class", }, wxEvent = { BaseClass = "wxObject", IsNumber = false, Name = "wxEvent", ValueType = "class", }, wxEventType = { IsNumber = true, Name = "wxEventType", ValueType = "number", }, wxEvtHandler = { BaseClass = "wxObject", IsNumber = false, Name = "wxEvtHandler", ValueType = "class", }, wxExtHelpController = { BaseClass = "wxHelpControllerBase", Condition = "(wxLUA_USE_wxHelpController && wxUSE_HELP) && (!defined(__WXMSW__))", IsNumber = false, Name = "wxExtHelpController", ValueType = "class", }, wxFSFile = { BaseClass = "wxObject", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM)", IsNumber = false, Name = "wxFSFile", ValueType = "class", }, wxFTP = { BaseClass = "wxProtocol", Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_PROTOCOL_FTP)", IsNumber = false, Name = "wxFTP", ValueType = "class", }, ["wxFTP::TransferMode"] = { Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_PROTOCOL_FTP)", IsNumber = true, Name = "wxFTP::TransferMode", ValueType = "enum", }, wxFile = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxFile && wxUSE_FILE", IsNumber = false, Name = "wxFile", ValueType = "class", }, ["wxFile::OpenMode"] = { Condition = "wxLUA_USE_wxFile && wxUSE_FILE", IsNumber = true, Name = "wxFile::OpenMode", ValueType = "enum", }, ["wxFile::dummy"] = { Condition = "wxLUA_USE_wxFile && wxUSE_FILE", IsNumber = true, Name = "wxFile::dummy", ValueType = "enum", }, wxFileConfig = { ["%encapsulate"] = true, BaseClass = "wxConfigBase", Condition = "wxLUA_USE_wxConfig && wxUSE_CONFIG", IsNumber = false, Name = "wxFileConfig", ValueType = "class", }, wxFileDataObject = { ["%encapsulate"] = true, BaseClass = "wxDataObjectSimple", Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxFileDataObject", ValueType = "class", }, wxFileDialog = { BaseClass = "wxDialog", Condition = "wxLUA_USE_wxFileDialog && wxUSE_FILEDLG", IsNumber = false, Name = "wxFileDialog", ValueType = "class", }, wxFileDirPickerCtrlBase = { BaseClass = "wxPickerBase", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && ((wxLUA_USE_wxDirPickerCtrl || wxLUA_USE_wxFilePickerCtrl ) && (wxUSE_FILEPICKERCTRL || wxUSE_DIRPICKERCTRL ))", IsNumber = false, Name = "wxFileDirPickerCtrlBase", ValueType = "class", }, wxFileDirPickerEvent = { BaseClass = "wxCommandEvent", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && ((wxLUA_USE_wxDirPickerCtrl || wxLUA_USE_wxFilePickerCtrl ) && (wxUSE_FILEPICKERCTRL || wxUSE_DIRPICKERCTRL ))", IsNumber = false, Name = "wxFileDirPickerEvent", ValueType = "class", }, wxFileHistory = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxFileHistory && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxFileHistory", ValueType = "class", }, wxFileInputStream = { ["%encapsulate"] = true, BaseClass = "wxInputStream", Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxFileInputStream", ValueType = "class", }, wxFileKind = { Condition = "wxLUA_USE_wxFile && wxUSE_FILE", IsNumber = true, Name = "wxFileKind", ValueType = "enum", }, wxFileName = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxFileName", IsNumber = false, Name = "wxFileName", ValueType = "class", }, wxFileOffset = { IsNumber = true, Name = "wxFileOffset", ValueType = "number", }, wxFileOutputStream = { ["%encapsulate"] = true, BaseClass = "wxOutputStream", Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxFileOutputStream", ValueType = "class", }, wxFilePickerCtrl = { BaseClass = "wxFileDirPickerCtrlBase", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxDirPickerCtrl && (wxUSE_FILEPICKERCTRL || wxUSE_DIRPICKERCTRL ))", IsNumber = false, Name = "wxFilePickerCtrl", ValueType = "class", }, wxFileSystem = { BaseClass = "wxObject", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM)", IsNumber = false, Name = "wxFileSystem", ValueType = "class", }, wxFileSystemHandler = { BaseClass = "wxObject", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM)", IsNumber = false, Name = "wxFileSystemHandler", ValueType = "class", }, wxFileType = { ["%encapsulate"] = true, IsNumber = false, Name = "wxFileType", ValueType = "class", }, ["wxFileType::MessageParameters"] = { ["%encapsulate"] = true, IsNumber = false, Name = "wxFileType::MessageParameters", ValueType = "class", }, wxFileTypeInfo = { ["%encapsulate"] = true, IsNumber = false, Name = "wxFileTypeInfo", ValueType = "class", }, wxFilterFSHandler = { BaseClass = "wxFileSystemHandler", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM)", IsNumber = false, Name = "wxFilterFSHandler", ValueType = "class", }, wxFindDialogEvent = { BaseClass = "wxCommandEvent", Condition = "wxUSE_FINDREPLDLG && wxLUA_USE_wxFindReplaceDialog", IsNumber = false, Name = "wxFindDialogEvent", ValueType = "class", }, wxFindReplaceData = { BaseClass = "wxObject", Condition = "wxUSE_FINDREPLDLG && wxLUA_USE_wxFindReplaceDialog", IsNumber = false, Name = "wxFindReplaceData", ValueType = "class", }, wxFindReplaceDialog = { BaseClass = "wxDialog", Condition = "wxUSE_FINDREPLDLG && wxLUA_USE_wxFindReplaceDialog", IsNumber = false, Name = "wxFindReplaceDialog", ValueType = "class", }, wxFindReplaceDialogStyles = { Condition = "wxUSE_FINDREPLDLG && wxLUA_USE_wxFindReplaceDialog", IsNumber = true, Name = "wxFindReplaceDialogStyles", ValueType = "enum", }, wxFindReplaceFlags = { Condition = "wxUSE_FINDREPLDLG && wxLUA_USE_wxFindReplaceDialog", IsNumber = true, Name = "wxFindReplaceFlags", ValueType = "enum", }, wxFlexGridSizer = { BaseClass = "wxGridSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxFlexGridSizer", ValueType = "class", }, wxFlexSizerGrowMode = { Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = true, Name = "wxFlexSizerGrowMode", ValueType = "enum", }, wxFloat32 = { IsNumber = true, Name = "wxFloat32", ValueType = "number", }, wxFloat64 = { IsNumber = true, Name = "wxFloat64", ValueType = "number", }, wxFocusEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxFocusEvent", ValueType = "class", }, wxFont = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxFont", IsNumber = false, Name = "wxFont", ValueType = "class", }, wxFontData = { BaseClass = "wxObject", Condition = "wxUSE_FONTDLG && wxLUA_USE_wxFontDialog", IsNumber = false, Name = "wxFontData", ValueType = "class", }, wxFontDialog = { BaseClass = "wxDialog", Condition = "wxUSE_FONTDLG && wxLUA_USE_wxFontDialog", IsNumber = false, Name = "wxFontDialog", ValueType = "class", }, wxFontEncoding = { Condition = "wxUSE_INTL", IsNumber = true, Name = "wxFontEncoding", ValueType = "enum", }, wxFontEnumerator = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxFontEnumerator", IsNumber = false, Name = "wxFontEnumerator", ValueType = "class", }, wxFontFamily = { Condition = "wxLUA_USE_wxFont", IsNumber = true, Name = "wxFontFamily", ValueType = "enum", }, wxFontList = { Condition = "wxLUA_USE_wxFontList", IsNumber = false, Name = "wxFontList", ValueType = "class", }, wxFontMapper = { Condition = "wxLUA_USE_wxFontMapper", IsNumber = false, Name = "wxFontMapper", ValueType = "class", }, wxFontPickerCtrl = { BaseClass = "wxPickerBase", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxFontPickerCtrl && wxUSE_FONTPICKERCTRL)", IsNumber = false, Name = "wxFontPickerCtrl", ValueType = "class", }, wxFontPickerEvent = { BaseClass = "wxCommandEvent", Condition = "(wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker) && (wxLUA_USE_wxFontPickerCtrl && wxUSE_FONTPICKERCTRL)", IsNumber = false, Name = "wxFontPickerEvent", ValueType = "class", }, wxFontStyle = { Condition = "wxLUA_USE_wxFont", IsNumber = true, Name = "wxFontStyle", ValueType = "enum", }, wxFontWeight = { Condition = "wxLUA_USE_wxFont", IsNumber = true, Name = "wxFontWeight", ValueType = "enum", }, wxFrame = { BaseClass = "wxTopLevelWindow", Condition = "wxLUA_USE_wxFrame", IsNumber = false, Name = "wxFrame", ValueType = "class", }, wxGBPosition = { ["%encapsulate"] = true, Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxGBPosition", ValueType = "class", }, wxGBSizerItem = { BaseClass = "wxSizerItem", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxGBSizerItem", ValueType = "class", }, wxGBSpan = { ["%encapsulate"] = true, Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxGBSpan", ValueType = "class", }, wxGDIObject = { BaseClass = "wxObject", IsNumber = false, Name = "wxGDIObject", ValueType = "class", }, wxGIFHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_GIF)", IsNumber = false, Name = "wxGIFHandler", ValueType = "class", }, wxGLCanvas = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxGLCanvas && wxUSE_GLCANVAS", IsNumber = false, Name = "wxGLCanvas", ValueType = "class", }, wxGLContext = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxGLCanvas && wxUSE_GLCANVAS", IsNumber = false, Name = "wxGLContext", ValueType = "class", }, wxGauge = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxGauge && wxUSE_GAUGE", IsNumber = false, Name = "wxGauge", ValueType = "class", }, wxGenericDirCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxGenericDirCtrl && wxUSE_DIRDLG", IsNumber = false, Name = "wxGenericDirCtrl", ValueType = "class", }, wxGenericValidator = { BaseClass = "wxValidator", Condition = "(wxLUA_USE_wxValidator && wxUSE_VALIDATORS) && (wxLUA_USE_wxGenericValidator)", IsNumber = false, Name = "wxGenericValidator", ValueType = "class", }, wxGrid = { BaseClass = "wxScrolledWindow", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGrid", ValueType = "class", }, ["wxGrid::wxGridSelectionModes"] = { Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = true, Name = "wxGrid::wxGridSelectionModes", ValueType = "enum", }, wxGridBagSizer = { BaseClass = "wxFlexGridSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxGridBagSizer", ValueType = "class", }, wxGridCellAttr = { ["%encapsulate"] = true, BaseClass = "wxClientDataContainer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellAttr", ValueType = "class", }, ["wxGridCellAttr::wxAttrKind"] = { Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = true, Name = "wxGridCellAttr::wxAttrKind", ValueType = "enum", }, wxGridCellAttrProvider = { ["%encapsulate"] = true, BaseClass = "wxClientDataContainer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellAttrProvider", ValueType = "class", }, wxGridCellAutoWrapStringEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellTextEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellAutoWrapStringEditor", ValueType = "class", }, wxGridCellAutoWrapStringRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellStringRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellAutoWrapStringRenderer", ValueType = "class", }, wxGridCellBoolEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellBoolEditor", ValueType = "class", }, wxGridCellBoolRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellBoolRenderer", ValueType = "class", }, wxGridCellChoiceEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellChoiceEditor", ValueType = "class", }, wxGridCellCoords = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellCoords", ValueType = "class", }, wxGridCellDateTimeRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellStringRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellDateTimeRenderer", ValueType = "class", }, wxGridCellEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellWorker", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellEditor", ValueType = "class", }, wxGridCellEnumEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellChoiceEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellEnumEditor", ValueType = "class", }, wxGridCellEnumRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellStringRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellEnumRenderer", ValueType = "class", }, wxGridCellFloatEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellTextEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellFloatEditor", ValueType = "class", }, wxGridCellFloatRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellStringRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellFloatRenderer", ValueType = "class", }, wxGridCellNumberEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellTextEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellNumberEditor", ValueType = "class", }, wxGridCellNumberRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellStringRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellNumberRenderer", ValueType = "class", }, wxGridCellRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellWorker", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellRenderer", ValueType = "class", }, wxGridCellStringRenderer = { ["%encapsulate"] = true, BaseClass = "wxGridCellRenderer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellStringRenderer", ValueType = "class", }, wxGridCellTextEditor = { ["%encapsulate"] = true, BaseClass = "wxGridCellEditor", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellTextEditor", ValueType = "class", }, wxGridCellWorker = { ["%encapsulate"] = true, BaseClass = "wxClientDataContainer", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridCellWorker", ValueType = "class", }, wxGridEditorCreatedEvent = { BaseClass = "wxCommandEvent", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridEditorCreatedEvent", ValueType = "class", }, wxGridEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridEvent", ValueType = "class", }, wxGridRangeSelectEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridRangeSelectEvent", ValueType = "class", }, wxGridSizeEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridSizeEvent", ValueType = "class", }, wxGridSizer = { BaseClass = "wxSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxGridSizer", ValueType = "class", }, wxGridStringTable = { BaseClass = "wxGridTableBase", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridStringTable", ValueType = "class", }, wxGridTableBase = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridTableBase", ValueType = "class", }, wxGridTableMessage = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxGridTableMessage", ValueType = "class", }, wxGridTableRequest = { Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = true, Name = "wxGridTableRequest", ValueType = "enum", }, wxHTTP = { BaseClass = "wxProtocol", Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_PROTOCOL_HTTP)", IsNumber = false, Name = "wxHTTP", ValueType = "class", }, wxHeaderButtonParams = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxRenderer", IsNumber = false, Name = "wxHeaderButtonParams", ValueType = "struct", }, wxHeaderSortIconType = { Condition = "wxLUA_USE_wxRenderer", IsNumber = true, Name = "wxHeaderSortIconType", ValueType = "enum", }, wxHelpController = { BaseClass = "wxHelpControllerBase", Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = false, Name = "wxHelpController", ValueType = "class", }, wxHelpControllerBase = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = false, Name = "wxHelpControllerBase", ValueType = "class", }, wxHelpControllerHelpProvider = { ["%encapsulate"] = true, BaseClass = "wxSimpleHelpProvider", Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = false, Name = "wxHelpControllerHelpProvider", ValueType = "class", }, wxHelpEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxHelpEvent", ValueType = "class", }, ["wxHelpEvent::Origin"] = { Condition = "wxCHECK_VERSION(2,8,0)", IsNumber = true, Name = "wxHelpEvent::Origin", ValueType = "enum", }, wxHelpProvider = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = false, Name = "wxHelpProvider", ValueType = "class", }, wxHelpSearchMode = { Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = true, Name = "wxHelpSearchMode", ValueType = "enum", }, wxHotkeyModifier = { Condition = "wxUSE_HOTKEY", IsNumber = true, Name = "wxHotkeyModifier", ValueType = "enum", }, wxHtmlCell = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlCell", ValueType = "class", }, wxHtmlCellEvent = { BaseClass = "wxCommandEvent", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxHtmlCellEvent", ValueType = "class", }, wxHtmlColourCell = { BaseClass = "wxHtmlCell", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxHtmlColourCell", ValueType = "class", }, wxHtmlContainerCell = { BaseClass = "wxHtmlCell", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlContainerCell", ValueType = "class", }, wxHtmlDCRenderer = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlDCRenderer", ValueType = "class", }, wxHtmlEasyPrinting = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlEasyPrinting", ValueType = "class", }, wxHtmlFontCell = { BaseClass = "wxHtmlCell", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxHtmlFontCell", ValueType = "class", }, wxHtmlHelpController = { BaseClass = "wxHelpControllerBase", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxLUA_USE_wxHtmlHelpController && wxUSE_WXHTML_HELP)", IsNumber = false, Name = "wxHtmlHelpController", ValueType = "class", }, wxHtmlHelpData = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxLUA_USE_wxHtmlHelpController && wxUSE_WXHTML_HELP)", IsNumber = false, Name = "wxHtmlHelpData", ValueType = "class", }, wxHtmlLinkInfo = { Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlLinkInfo", ValueType = "class", }, wxHtmlParser = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlParser", ValueType = "class", }, wxHtmlPrintout = { BaseClass = "wxPrintout", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlPrintout", ValueType = "class", }, wxHtmlTag = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlTag", ValueType = "class", }, wxHtmlWidgetCell = { BaseClass = "wxHtmlCell", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlWidgetCell", ValueType = "class", }, wxHtmlWinParser = { BaseClass = "wxHtmlParser", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlWinParser", ValueType = "class", }, wxHtmlWindow = { BaseClass = "wxScrolledWindow", Condition = "wxLUA_USE_wxHTML && wxUSE_HTML", IsNumber = false, Name = "wxHtmlWindow", ValueType = "class", }, wxHtmlWindowInterface = { Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxHtmlWindowInterface", ValueType = "class", }, ["wxHtmlWindowInterface::HTMLCursor"] = { Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", IsNumber = true, Name = "wxHtmlWindowInterface::HTMLCursor", ValueType = "enum", }, wxHyperlinkCtrl = { BaseClass = "wxControl", Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_HYPERLINKCTRL && wxLUA_USE_wxHyperlinkCtrl", IsNumber = false, Name = "wxHyperlinkCtrl", ValueType = "class", }, wxHyperlinkEvent = { BaseClass = "wxCommandEvent", Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_HYPERLINKCTRL && wxLUA_USE_wxHyperlinkCtrl", IsNumber = false, Name = "wxHyperlinkEvent", ValueType = "class", }, wxICOHandler = { BaseClass = "wxBMPHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_ICO_CUR)", IsNumber = false, Name = "wxICOHandler", ValueType = "class", }, wxIFFHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_IFF)", IsNumber = false, Name = "wxIFFHandler", ValueType = "class", }, wxIPV4address = { BaseClass = "wxIPaddress", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxIPV4address", ValueType = "class", }, wxIPaddress = { BaseClass = "wxSockAddress", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxIPaddress", ValueType = "class", }, wxIcon = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxIcon", IsNumber = false, Name = "wxIcon", ValueType = "class", }, wxIconBundle = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxIcon", IsNumber = false, Name = "wxIconBundle", ValueType = "class", }, wxIconLocation = { ["%encapsulate"] = true, IsNumber = false, Name = "wxIconLocation", ValueType = "class", }, wxIconizeEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxIconizeEvent", ValueType = "class", }, wxIdleEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxIdleEvent", ValueType = "class", }, wxIdleMode = { IsNumber = true, Name = "wxIdleMode", ValueType = "enum", }, wxImage = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxImage", ValueType = "class", }, wxImageHandler = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxImageHandler", ValueType = "class", }, wxImageHistogram = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxImageHistogram", ValueType = "class", }, ["wxImageHistogram::iterator"] = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxImageHistogram::iterator", ValueType = "class", }, wxImageHistogramEntry = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxImageHistogramEntry", ValueType = "class", }, wxImageList = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxImageList", IsNumber = false, Name = "wxImageList", ValueType = "class", }, wxIndividualLayoutConstraint = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxSizer) && (wxLUA_USE_wxLayoutConstraints && (!wxCHECK_VERSION(2,6,0)))", IsNumber = false, Name = "wxIndividualLayoutConstraint", ValueType = "class", }, wxInitDialogEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxInitDialogEvent", ValueType = "class", }, wxInputStream = { ["%encapsulate"] = true, BaseClass = "wxStreamBase", Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxInputStream", ValueType = "class", }, wxInt16 = { IsNumber = true, Name = "wxInt16", ValueType = "number", }, wxInt32 = { IsNumber = true, Name = "wxInt32", ValueType = "number", }, wxInt64 = { IsNumber = true, Name = "wxInt64", ValueType = "number", }, wxInt8 = { IsNumber = true, Name = "wxInt8", ValueType = "number", }, wxInternetFSHandler = { BaseClass = "wxFileSystemHandler", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM) && (wxUSE_FS_INET && wxUSE_SOCKETS)", IsNumber = false, Name = "wxInternetFSHandler", ValueType = "class", }, wxItemKind = { Condition = "wxLUA_USE_wxMenu && wxUSE_MENUS", IsNumber = true, Name = "wxItemKind", ValueType = "enum", }, wxJPEGHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_LIBJPEG)", IsNumber = false, Name = "wxJPEGHandler", ValueType = "class", }, wxJoystick = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxJoystick && wxUSE_JOYSTICK", IsNumber = false, Name = "wxJoystick", ValueType = "class", }, wxJoystickEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxJoystick && wxUSE_JOYSTICK", IsNumber = false, Name = "wxJoystickEvent", ValueType = "class", }, wxKeyCode = { IsNumber = true, Name = "wxKeyCode", ValueType = "enum", }, wxKeyEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxKeyEvent", ValueType = "class", }, wxKeyType = { Condition = "wxLUA_USE_wxList && !wxUSE_STL", IsNumber = true, Name = "wxKeyType", ValueType = "enum", }, wxKillError = { Condition = "wxLUA_USE_wxProcess", IsNumber = true, Name = "wxKillError", ValueType = "enum", }, wxKillFlags = { Condition = "wxLUA_USE_wxProcess", IsNumber = true, Name = "wxKillFlags", ValueType = "enum", }, wxLanguage = { Condition = "wxUSE_INTL", IsNumber = true, Name = "wxLanguage", ValueType = "enum", }, wxLanguageInfo = { ["%encapsulate"] = true, Condition = "wxUSE_INTL", IsNumber = false, Name = "wxLanguageInfo", ValueType = "struct", }, wxLayoutAlgorithm = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = false, Name = "wxLayoutAlgorithm", ValueType = "class", }, wxLayoutAlignment = { Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = true, Name = "wxLayoutAlignment", ValueType = "enum", }, wxLayoutConstraints = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxSizer) && (wxLUA_USE_wxLayoutConstraints && (!wxCHECK_VERSION(2,6,0)))", IsNumber = false, Name = "wxLayoutConstraints", ValueType = "class", }, wxLayoutDirection = { Condition = "(wxUSE_INTL) && (wxCHECK_VERSION(2,8,0))", IsNumber = true, Name = "wxLayoutDirection", ValueType = "enum", }, wxLayoutOrientation = { Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = true, Name = "wxLayoutOrientation", ValueType = "enum", }, wxList = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxList && !wxUSE_STL", IsNumber = false, Name = "wxList", ValueType = "class", }, wxListBox = { BaseClass = "wxControlWithItems", Condition = "wxLUA_USE_wxListBox && wxUSE_LISTBOX", IsNumber = false, Name = "wxListBox", ValueType = "class", }, wxListColumnFormat = { Condition = "wxLUA_USE_wxListCtrl && wxUSE_LISTCTRL", IsNumber = true, Name = "wxListColumnFormat", ValueType = "enum", }, wxListCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxListCtrl && wxUSE_LISTCTRL", IsNumber = false, Name = "wxListCtrl", ValueType = "class", }, wxListEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxListCtrl && wxUSE_LISTCTRL", IsNumber = false, Name = "wxListEvent", ValueType = "class", }, wxListItem = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxListCtrl && wxUSE_LISTCTRL", IsNumber = false, Name = "wxListItem", ValueType = "class", }, wxListItemAttr = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxListCtrl && wxUSE_LISTCTRL", IsNumber = false, Name = "wxListItemAttr", ValueType = "class", }, wxListView = { BaseClass = "wxListCtrl", Condition = "wxLUA_USE_wxListCtrl && wxUSE_LISTCTRL", IsNumber = false, Name = "wxListView", ValueType = "class", }, wxListbook = { BaseClass = "wxBookCtrlBase", Condition = "wxLUA_USE_wxNotebook && wxLUA_USE_wxListCtrl && wxUSE_LISTBOOK", IsNumber = false, Name = "wxListbook", ValueType = "class", }, wxListbookEvent = { BaseClass = "wxBookCtrlBaseEvent", Condition = "wxLUA_USE_wxNotebook && wxLUA_USE_wxListCtrl && wxUSE_LISTBOOK", IsNumber = false, Name = "wxListbookEvent", ValueType = "class", }, wxLocalFSHandler = { BaseClass = "wxFileSystemHandler", Condition = "(wxUSE_STREAMS) && (wxUSE_FILESYSTEM)", IsNumber = false, Name = "wxLocalFSHandler", ValueType = "class", }, wxLocale = { ["%encapsulate"] = true, Condition = "wxUSE_INTL", IsNumber = false, Name = "wxLocale", ValueType = "class", }, wxLocaleCategory = { Condition = "wxUSE_INTL", IsNumber = true, Name = "wxLocaleCategory", ValueType = "enum", }, wxLocaleInfo = { Condition = "wxUSE_INTL", IsNumber = true, Name = "wxLocaleInfo", ValueType = "enum", }, wxLocaleInitFlags = { Condition = "wxUSE_INTL", IsNumber = true, Name = "wxLocaleInitFlags", ValueType = "enum", }, wxLog = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxLog && wxUSE_LOG", IsNumber = false, Name = "wxLog", ValueType = "class", }, wxLogBuffer = { ["%encapsulate"] = true, BaseClass = "wxLog", Condition = "wxLUA_USE_wxLog && wxUSE_LOG", IsNumber = false, Name = "wxLogBuffer", ValueType = "class", }, wxLogChain = { ["%encapsulate"] = true, BaseClass = "wxLog", Condition = "wxLUA_USE_wxLog && wxUSE_LOG", IsNumber = false, Name = "wxLogChain", ValueType = "class", }, wxLogGui = { ["%encapsulate"] = true, BaseClass = "wxLog", Condition = "(wxLUA_USE_wxLog && wxUSE_LOG) && (wxUSE_LOGGUI)", IsNumber = false, Name = "wxLogGui", ValueType = "class", }, wxLogNull = { ["%encapsulate"] = true, BaseClass = "wxLog", Condition = "wxLUA_USE_wxLog && wxUSE_LOG", IsNumber = false, Name = "wxLogNull", ValueType = "class", }, wxLogPassThrough = { ["%encapsulate"] = true, BaseClass = "wxLogChain", Condition = "wxLUA_USE_wxLog && wxUSE_LOG", IsNumber = false, Name = "wxLogPassThrough", ValueType = "class", }, wxLogTextCtrl = { ["%encapsulate"] = true, BaseClass = "wxLog", Condition = "(wxLUA_USE_wxLog && wxUSE_LOG) && (wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL)", IsNumber = false, Name = "wxLogTextCtrl", ValueType = "class", }, wxLogWindow = { ["%encapsulate"] = true, BaseClass = "wxLogPassThrough", Condition = "(wxLUA_USE_wxLog && wxUSE_LOG) && (wxLUA_USE_wxLogWindow && wxUSE_LOGWINDOW)", IsNumber = false, Name = "wxLogWindow", ValueType = "class", }, wxLongLong = { ["%encapsulate"] = true, Condition = "wxUSE_LONGLONG", IsNumber = false, Name = "wxLongLong", ValueType = "class", }, wxLuaArtProvider = { BaseClass = "wxArtProvider", Condition = "wxLUA_USE_wxArtProvider", IsNumber = false, Name = "wxLuaArtProvider", ValueType = "class", }, wxLuaGridTableBase = { BaseClass = "wxGridTableBase", Condition = "wxLUA_USE_wxGrid && wxUSE_GRID", IsNumber = false, Name = "wxLuaGridTableBase", ValueType = "class", }, wxLuaHtmlWinTagEvent = { BaseClass = "wxEvent", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxLUA_USE_wxLuaHtmlWindow)", IsNumber = false, Name = "wxLuaHtmlWinTagEvent", ValueType = "class", }, wxLuaHtmlWindow = { BaseClass = "wxHtmlWindow", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxLUA_USE_wxLuaHtmlWindow)", IsNumber = false, Name = "wxLuaHtmlWindow", ValueType = "class", }, wxLuaObject = { IsNumber = false, Name = "wxLuaObject", ValueType = "class", }, wxLuaPrintout = { BaseClass = "wxPrintout", Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxLUA_USE_wxLuaPrintout)", IsNumber = false, Name = "wxLuaPrintout", ValueType = "class", }, wxLuaTreeItemData = { BaseClass = "wxTreeItemData", Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = false, Name = "wxLuaTreeItemData", ValueType = "class", }, wxMDIChildFrame = { BaseClass = "wxFrame", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxMDIChildFrame", ValueType = "class", }, wxMDIClientWindow = { BaseClass = "wxWindow", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxMDIClientWindow", ValueType = "class", }, wxMDIParentFrame = { BaseClass = "wxFrame", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxMDIParentFrame", ValueType = "class", }, wxMask = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxMask", IsNumber = false, Name = "wxMask", ValueType = "class", }, wxMaximizeEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxMaximizeEvent", ValueType = "class", }, wxMediaCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxMediaCtrl && wxUSE_MEDIACTRL", IsNumber = false, Name = "wxMediaCtrl", ValueType = "class", }, wxMediaCtrlPlayerControls = { Condition = "wxLUA_USE_wxMediaCtrl && wxUSE_MEDIACTRL", IsNumber = true, Name = "wxMediaCtrlPlayerControls", ValueType = "enum", }, wxMediaEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxMediaCtrl && wxUSE_MEDIACTRL", IsNumber = false, Name = "wxMediaEvent", ValueType = "class", }, wxMediaState = { Condition = "wxLUA_USE_wxMediaCtrl && wxUSE_MEDIACTRL", IsNumber = true, Name = "wxMediaState", ValueType = "enum", }, wxMemoryConfig = { ["%encapsulate"] = true, BaseClass = "wxFileConfig", Condition = "wxLUA_USE_wxConfig && wxUSE_CONFIG", IsNumber = false, Name = "wxMemoryConfig", ValueType = "class", }, wxMemoryDC = { BaseClass = "wxDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxMemoryDC", ValueType = "class", }, wxMemoryFSHandler = { BaseClass = "wxFileSystemHandler", Condition = "wxUSE_STREAMS && wxUSE_FILESYSTEM", IsNumber = false, Name = "wxMemoryFSHandler", ValueType = "class", }, wxMemoryInputStream = { ["%encapsulate"] = true, BaseClass = "wxInputStream", Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxMemoryInputStream", ValueType = "class", }, wxMemorySize = { IsNumber = true, Name = "wxMemorySize", ValueType = "number", }, wxMenu = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxMenu && wxUSE_MENUS", IsNumber = false, Name = "wxMenu", ValueType = "class", }, wxMenuBar = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxMenu && wxUSE_MENUS", IsNumber = false, Name = "wxMenuBar", ValueType = "class", }, wxMenuEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxMenu && wxUSE_MENUS", IsNumber = false, Name = "wxMenuEvent", ValueType = "class", }, wxMenuItem = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxMenu && wxUSE_MENUS", IsNumber = false, Name = "wxMenuItem", ValueType = "class", }, wxMenuItemList = { BaseClass = "wxList", Condition = "wxLUA_USE_wxMenu && wxUSE_MENUS", IsNumber = false, Name = "wxMenuItemList", ValueType = "class", }, wxMessageDialog = { BaseClass = "wxDialog", Condition = "wxLUA_USE_wxMessageDialog && wxUSE_MSGDLG", IsNumber = false, Name = "wxMessageDialog", ValueType = "class", }, wxMetafile = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxMetafile && wxUSE_METAFILE && (defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXPM__))", IsNumber = false, Name = "wxMetafile", ValueType = "class", }, wxMetafileDC = { BaseClass = "wxDC", Condition = "wxLUA_USE_wxMetafile && wxUSE_METAFILE && (defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXPM__))", IsNumber = false, Name = "wxMetafileDC", ValueType = "class", }, wxMimeTypesManager = { ["%encapsulate"] = true, IsNumber = false, Name = "wxMimeTypesManager", ValueType = "class", }, wxMiniFrame = { BaseClass = "wxFrame", Condition = "(wxLUA_USE_wxFrame) && (wxLUA_USE_wxMiniFrame)", IsNumber = false, Name = "wxMiniFrame", ValueType = "class", }, wxMirrorDC = { BaseClass = "wxDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxMirrorDC", ValueType = "class", }, wxMouseCaptureChangedEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxMouseCaptureChangedEvent", ValueType = "class", }, wxMouseCaptureLostEvent = { BaseClass = "wxEvent", Condition = "wxCHECK_VERSION(2,8,0)", IsNumber = false, Name = "wxMouseCaptureLostEvent", ValueType = "class", }, wxMouseEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxMouseEvent", ValueType = "class", }, wxMouseState = { ["%encapsulate"] = true, Condition = "wxCHECK_VERSION(2,8,0)", IsNumber = false, Name = "wxMouseState", ValueType = "class", }, wxMoveEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxMoveEvent", ValueType = "class", }, wxMultiChoiceDialog = { BaseClass = "wxDialog", Condition = "wxUSE_CHOICEDLG && wxLUA_USE_wxMultiChoiceDialog", IsNumber = false, Name = "wxMultiChoiceDialog", ValueType = "class", }, wxNativeFontInfo = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxFont", IsNumber = false, Name = "wxNativeFontInfo", ValueType = "class", }, wxNavigationKeyEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxNavigationKeyEvent", ValueType = "class", }, ["wxNavigationKeyEvent::dummy"] = { IsNumber = true, Name = "wxNavigationKeyEvent::dummy", ValueType = "enum", }, wxNode = { Condition = "wxLUA_USE_wxList && !wxUSE_STL", IsNumber = false, Name = "wxNode", ValueType = "class", }, wxNotebook = { BaseClass = "wxBookCtrlBase", Condition = "wxLUA_USE_wxNotebook && wxUSE_NOTEBOOK", IsNumber = false, Name = "wxNotebook", ValueType = "class", }, wxNotebookEvent = { BaseClass = "wxBookCtrlBaseEvent", Condition = "wxLUA_USE_wxNotebook && wxUSE_NOTEBOOK", IsNumber = false, Name = "wxNotebookEvent", ValueType = "class", }, wxNotebookSizer = { BaseClass = "wxSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0)) && (wxUSE_NOTEBOOK && (!wxCHECK_VERSION(2,6,0)))", IsNumber = false, Name = "wxNotebookSizer", ValueType = "class", }, wxNotifyEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxNotifyEvent", ValueType = "class", }, wxObject = { Condition = "wxLUA_USE_wxObject", IsNumber = false, Name = "wxObject", ValueType = "class", }, wxObjectRefData = { Condition = "wxLUA_USE_wxObject", IsNumber = false, Name = "wxObjectRefData", ValueType = "class", }, wxOperatingSystemId = { IsNumber = true, Name = "wxOperatingSystemId", ValueType = "enum", }, wxOrientation = { IsNumber = true, Name = "wxOrientation", ValueType = "enum", }, wxOutCode = { Condition = "wxLUA_USE_Geometry && wxUSE_GEOMETRY", IsNumber = true, Name = "wxOutCode", ValueType = "enum", }, wxOutputStream = { ["%encapsulate"] = true, BaseClass = "wxStreamBase", Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxOutputStream", ValueType = "class", }, wxPCXHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_PCX)", IsNumber = false, Name = "wxPCXHandler", ValueType = "class", }, wxPNGHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_LIBPNG)", IsNumber = false, Name = "wxPNGHandler", ValueType = "class", }, wxPNMHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_PNM)", IsNumber = false, Name = "wxPNMHandler", ValueType = "class", }, wxPageSetupDialog = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPageSetupDialog", ValueType = "class", }, wxPageSetupDialogData = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPageSetupDialogData", ValueType = "class", }, wxPaintDC = { BaseClass = "wxWindowDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxPaintDC", ValueType = "class", }, wxPaintEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxPaintEvent", ValueType = "class", }, wxPalette = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxPalette && wxUSE_PALETTE", IsNumber = false, Name = "wxPalette", ValueType = "class", }, wxPaletteChangedEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxPaletteChangedEvent", ValueType = "class", }, wxPanel = { BaseClass = "wxWindow", IsNumber = false, Name = "wxPanel", ValueType = "class", }, wxPaperSize = { Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = true, Name = "wxPaperSize", ValueType = "enum", }, wxPasswordEntryDialog = { BaseClass = "wxTextEntryDialog", Condition = "wxUSE_TEXTDLG && wxLUA_USE_wxTextEntryDialog", IsNumber = false, Name = "wxPasswordEntryDialog", ValueType = "class", }, wxPathFormat = { Condition = "wxLUA_USE_wxFileName", IsNumber = true, Name = "wxPathFormat", ValueType = "enum", }, wxPathList = { ["%encapsulate"] = true, BaseClass = "wxArrayString", IsNumber = false, Name = "wxPathList", ValueType = "class", }, wxPathNormalize = { Condition = "wxLUA_USE_wxFileName", IsNumber = true, Name = "wxPathNormalize", ValueType = "enum", }, wxPen = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxColourPenBrush", IsNumber = false, Name = "wxPen", ValueType = "class", }, wxPenList = { BaseClass = "wxList", Condition = "(wxLUA_USE_wxColourPenBrush) && (wxLUA_USE_wxPenList)", IsNumber = false, Name = "wxPenList", ValueType = "class", }, wxPickerBase = { BaseClass = "wxControl", Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxPicker", IsNumber = false, Name = "wxPickerBase", ValueType = "class", }, wxPlatformInfo = { IsNumber = false, Name = "wxPlatformInfo", ValueType = "class", }, wxPluginCategory = { IsNumber = true, Name = "wxPluginCategory", ValueType = "enum", }, wxPoint = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxPointSizeRect", IsNumber = false, Name = "wxPoint", ValueType = "class", }, wxPoint2DDouble = { ["%encapsulate"] = true, Condition = "wxLUA_USE_Geometry && wxUSE_GEOMETRY", IsNumber = false, Name = "wxPoint2DDouble", ValueType = "class", }, wxPoint2DInt = { ["%encapsulate"] = true, Condition = "wxLUA_USE_Geometry && wxUSE_GEOMETRY", IsNumber = false, Name = "wxPoint2DInt", ValueType = "class", }, wxPortId = { IsNumber = true, Name = "wxPortId", ValueType = "enum", }, wxPostScriptDC = { BaseClass = "wxDC", Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxUSE_POSTSCRIPT)", IsNumber = false, Name = "wxPostScriptDC", ValueType = "class", }, wxPowerEvent = { BaseClass = "wxEvent", Condition = "(wxCHECK_VERSION(2,8,0)) && (defined(wxHAS_POWER_EVENTS))", IsNumber = false, Name = "wxPowerEvent", ValueType = "class", }, wxPowerType = { Condition = "wxCHECK_VERSION(2,8,0)", IsNumber = true, Name = "wxPowerType", ValueType = "enum", }, wxPreviewCanvas = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPreviewCanvas", ValueType = "class", }, wxPreviewControlBar = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPreviewControlBar", ValueType = "class", }, wxPreviewFrame = { BaseClass = "wxFrame", Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxLUA_USE_wxLuaPrintout)", IsNumber = false, Name = "wxPreviewFrame", ValueType = "class", }, wxPrintBin = { Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxCHECK_VERSION(2,6,0))", IsNumber = true, Name = "wxPrintBin", ValueType = "enum", }, wxPrintData = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPrintData", ValueType = "class", }, wxPrintDialog = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPrintDialog", ValueType = "class", }, wxPrintDialogData = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPrintDialogData", ValueType = "class", }, wxPrintMode = { Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = true, Name = "wxPrintMode", ValueType = "enum", }, wxPrintPreview = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxLUA_USE_wxLuaPrintout)", IsNumber = false, Name = "wxPrintPreview", ValueType = "class", }, wxPrintQuality = { Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = true, Name = "wxPrintQuality", ValueType = "enum", }, wxPrinter = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxLUA_USE_wxLuaPrintout)", IsNumber = false, Name = "wxPrinter", ValueType = "class", }, wxPrinterDC = { BaseClass = "wxDC", Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (defined(__WXMSW__) || defined(__WXMAC__))", IsNumber = false, Name = "wxPrinterDC", ValueType = "class", }, wxPrinterError = { Condition = "(wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE) && (wxLUA_USE_wxLuaPrintout)", IsNumber = true, Name = "wxPrinterError", ValueType = "enum", }, wxPrintout = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE", IsNumber = false, Name = "wxPrintout", ValueType = "class", }, wxProcess = { ["%encapsulate"] = true, BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxProcess", IsNumber = false, Name = "wxProcess", ValueType = "class", }, wxProcessEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxProcessEvent", ValueType = "class", }, wxProgressDialog = { BaseClass = "wxDialog", Condition = "wxUSE_PROGRESSDLG && wxLUA_USE_wxProgressDialog", IsNumber = false, Name = "wxProgressDialog", ValueType = "class", }, wxPropagateOnce = { ["%encapsulate"] = true, IsNumber = false, Name = "wxPropagateOnce", ValueType = "class", }, wxPropagationDisabler = { ["%encapsulate"] = true, IsNumber = false, Name = "wxPropagationDisabler", ValueType = "class", }, wxProtocol = { BaseClass = "wxSocketClient", Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_PROTOCOL)", IsNumber = false, Name = "wxProtocol", ValueType = "class", }, wxProtocolError = { Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_PROTOCOL)", IsNumber = true, Name = "wxProtocolError", ValueType = "enum", }, wxQuantize = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxQuantize", ValueType = "class", }, wxQueryLayoutInfoEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = false, Name = "wxQueryLayoutInfoEvent", ValueType = "class", }, wxQueryNewPaletteEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxQueryNewPaletteEvent", ValueType = "class", }, wxRadioBox = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxRadioBox && wxUSE_RADIOBOX", IsNumber = false, Name = "wxRadioBox", ValueType = "class", }, wxRadioButton = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxRadioButton && wxUSE_RADIOBTN", IsNumber = false, Name = "wxRadioButton", ValueType = "class", }, wxRect = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxPointSizeRect", IsNumber = false, Name = "wxRect", ValueType = "class", }, wxRect2DDouble = { ["%encapsulate"] = true, Condition = "wxLUA_USE_Geometry && wxUSE_GEOMETRY", IsNumber = false, Name = "wxRect2DDouble", ValueType = "class", }, wxRect2DInt = { ["%encapsulate"] = true, Condition = "wxLUA_USE_Geometry && wxUSE_GEOMETRY", IsNumber = false, Name = "wxRect2DInt", ValueType = "class", }, wxRegEx = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxRegEx && wxUSE_REGEX", IsNumber = false, Name = "wxRegEx", ValueType = "class", }, wxRegion = { BaseClass = "wxGDIObject", Condition = "wxLUA_USE_wxRegion", IsNumber = false, Name = "wxRegion", ValueType = "class", }, wxRegionContain = { Condition = "wxLUA_USE_wxRegion", IsNumber = true, Name = "wxRegionContain", ValueType = "enum", }, wxRegionIterator = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxRegion", IsNumber = false, Name = "wxRegionIterator", ValueType = "class", }, wxRegionOp = { Condition = "(wxLUA_USE_wxRegion) && (defined (wxHAS_REGION_COMBINE ))", IsNumber = true, Name = "wxRegionOp", ValueType = "enum", }, wxRelationship = { Condition = "(wxLUA_USE_wxSizer) && (wxLUA_USE_wxLayoutConstraints && (!wxCHECK_VERSION(2,6,0)))", IsNumber = true, Name = "wxRelationship", ValueType = "enum", }, wxRendererNative = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxRenderer", IsNumber = false, Name = "wxRendererNative", ValueType = "class", }, wxRendererVersion = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxRenderer", IsNumber = false, Name = "wxRendererVersion", ValueType = "struct", }, ["wxRendererVersion::dummy"] = { Condition = "wxLUA_USE_wxRenderer", IsNumber = true, Name = "wxRendererVersion::dummy", ValueType = "enum", }, wxSashDragStatus = { Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = true, Name = "wxSashDragStatus", ValueType = "enum", }, wxSashEdgePosition = { Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = true, Name = "wxSashEdgePosition", ValueType = "enum", }, wxSashEvent = { BaseClass = "wxCommandEvent", Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = false, Name = "wxSashEvent", ValueType = "class", }, wxSashLayoutWindow = { BaseClass = "wxSashWindow", Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = false, Name = "wxSashLayoutWindow", ValueType = "class", }, wxSashWindow = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxSashWindow && wxUSE_SASH", IsNumber = false, Name = "wxSashWindow", ValueType = "class", }, wxScreenDC = { BaseClass = "wxDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxScreenDC", ValueType = "class", }, wxScrollBar = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxScrollBar && wxUSE_SCROLLBAR", IsNumber = false, Name = "wxScrollBar", ValueType = "class", }, wxScrollEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxScrollEvent", ValueType = "class", }, wxScrollWinEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxScrollWinEvent", ValueType = "class", }, wxScrolledWindow = { BaseClass = "wxPanel", Condition = "wxLUA_USE_wxScrolledWindow", IsNumber = false, Name = "wxScrolledWindow", ValueType = "class", }, wxSeekMode = { Condition = "wxLUA_USE_wxFile && wxUSE_FILE", IsNumber = true, Name = "wxSeekMode", ValueType = "enum", }, wxSetCursorEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxSetCursorEvent", ValueType = "class", }, wxShowEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxShowEvent", ValueType = "class", }, wxShutdownFlags = { IsNumber = true, Name = "wxShutdownFlags", ValueType = "enum", }, wxSignal = { Condition = "wxLUA_USE_wxProcess", IsNumber = true, Name = "wxSignal", ValueType = "enum", }, wxSimpleHelpProvider = { ["%encapsulate"] = true, BaseClass = "wxHelpProvider", Condition = "wxLUA_USE_wxHelpController && wxUSE_HELP", IsNumber = false, Name = "wxSimpleHelpProvider", ValueType = "class", }, wxSimpleHtmlListBox = { BaseClass = "wxHtmlWindowInterface", Condition = "(wxLUA_USE_wxHTML && wxUSE_HTML) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxSimpleHtmlListBox", ValueType = "class", }, wxSingleChoiceDialog = { BaseClass = "wxDialog", Condition = "wxUSE_CHOICEDLG && wxLUA_USE_wxSingleChoiceDialog", IsNumber = false, Name = "wxSingleChoiceDialog", ValueType = "class", }, wxSingleInstanceChecker = { ["%encapsulate"] = true, Condition = "wxUSE_SNGLINST_CHECKER", IsNumber = false, Name = "wxSingleInstanceChecker", ValueType = "class", }, wxSize = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxPointSizeRect", IsNumber = false, Name = "wxSize", ValueType = "class", }, wxSizeEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxSizeEvent", ValueType = "class", }, wxSizer = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxSizer", ValueType = "class", }, wxSizerFlags = { ["%encapsulate"] = true, Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxSizerFlags", ValueType = "class", }, wxSizerItem = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxSizerItem", ValueType = "class", }, wxSlider = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxSlider && wxUSE_SLIDER", IsNumber = false, Name = "wxSlider", ValueType = "class", }, wxSockAddress = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxSockAddress", ValueType = "class", }, wxSocketBase = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxSocketBase", ValueType = "class", }, wxSocketClient = { BaseClass = "wxSocketBase", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxSocketClient", ValueType = "class", }, wxSocketError = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxSocketError", ValueType = "enum", }, wxSocketEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxSocketEvent", ValueType = "class", }, wxSocketEventFlags = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxSocketEventFlags", ValueType = "enum", }, wxSocketFlags = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxSocketFlags", ValueType = "enum", }, wxSocketNotify = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxSocketNotify", ValueType = "enum", }, wxSocketServer = { BaseClass = "wxSocketBase", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxSocketServer", ValueType = "class", }, wxSocketType = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxSocketType", ValueType = "enum", }, wxSortedArrayString = { ["%encapsulate"] = true, BaseClass = "wxArrayString", Condition = "wxLUA_USE_wxArrayString", IsNumber = false, Name = "wxSortedArrayString", ValueType = "class", }, wxSound = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxWave) && (wxCHECK_VERSION(2,6,0) && wxUSE_SOUND)", IsNumber = false, Name = "wxSound", ValueType = "class", }, wxSpinButton = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxSpinButton && wxUSE_SPINBTN", IsNumber = false, Name = "wxSpinButton", ValueType = "class", }, wxSpinCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxSpinCtrl && wxUSE_SPINCTRL", IsNumber = false, Name = "wxSpinCtrl", ValueType = "class", }, wxSpinEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxSpinButton && wxUSE_SPINBTN", IsNumber = false, Name = "wxSpinEvent", ValueType = "class", }, wxSplashScreen = { BaseClass = "wxFrame", Condition = "wxLUA_USE_wxSplashScreen", IsNumber = false, Name = "wxSplashScreen", ValueType = "class", }, wxSplashScreenWindow = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxSplashScreen", IsNumber = false, Name = "wxSplashScreenWindow", ValueType = "class", }, wxSplitterEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxSplitterWindow", IsNumber = false, Name = "wxSplitterEvent", ValueType = "class", }, wxSplitterRenderParams = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxRenderer", IsNumber = false, Name = "wxSplitterRenderParams", ValueType = "struct", }, wxSplitterWindow = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxSplitterWindow", IsNumber = false, Name = "wxSplitterWindow", ValueType = "class", }, wxStandardPaths = { Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxStandardPaths", IsNumber = false, Name = "wxStandardPaths", ValueType = "class", }, ["wxStandardPaths::ResourceCat"] = { Condition = "wxCHECK_VERSION(2,8,0) && wxLUA_USE_wxStandardPaths", IsNumber = true, Name = "wxStandardPaths::ResourceCat", ValueType = "enum", }, wxStaticBitmap = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxStaticBitmap && wxUSE_STATBMP", IsNumber = false, Name = "wxStaticBitmap", ValueType = "class", }, wxStaticBox = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxStaticBox && wxUSE_STATBOX", IsNumber = false, Name = "wxStaticBox", ValueType = "class", }, wxStaticBoxSizer = { BaseClass = "wxBoxSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0)) && (wxUSE_STATBOX)", IsNumber = false, Name = "wxStaticBoxSizer", ValueType = "class", }, wxStaticLine = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxStaticLine && wxUSE_STATLINE", IsNumber = false, Name = "wxStaticLine", ValueType = "class", }, wxStaticText = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxStaticText && wxUSE_STATTEXT", IsNumber = false, Name = "wxStaticText", ValueType = "class", }, wxStatusBar = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxStatusBar && wxUSE_STATUSBAR", IsNumber = false, Name = "wxStatusBar", ValueType = "class", }, wxStdDialogButtonSizer = { BaseClass = "wxBoxSizer", Condition = "(wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0)) && (wxUSE_BUTTON)", IsNumber = false, Name = "wxStdDialogButtonSizer", ValueType = "class", }, wxStockCursor = { Condition = "wxLUA_USE_wxCursor", IsNumber = true, Name = "wxStockCursor", ValueType = "enum", }, wxStockGDI = { ["%encapsulate"] = true, Condition = "(wxLUA_USE_wxColourPenBrush) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxStockGDI", ValueType = "class", }, ["wxStockGDI::Item"] = { Condition = "(wxLUA_USE_wxColourPenBrush) && (wxCHECK_VERSION(2,8,0))", IsNumber = true, Name = "wxStockGDI::Item", ValueType = "enum", }, wxStopWatch = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxStopWatch && wxUSE_STOPWATCH", IsNumber = false, Name = "wxStopWatch", ValueType = "class", }, wxStreamBase = { Condition = "wxUSE_STREAMS", IsNumber = false, Name = "wxStreamBase", ValueType = "class", }, wxStreamError = { Condition = "wxUSE_STREAMS", IsNumber = true, Name = "wxStreamError", ValueType = "enum", }, wxStretch = { IsNumber = true, Name = "wxStretch", ValueType = "enum", }, wxString = { IsNumber = true, Name = "wxString", ValueType = "special", }, wxStringClientData = { BaseClass = "wxClientData", IsNumber = false, Name = "wxStringClientData", ValueType = "class", }, wxStringTokenizer = { BaseClass = "wxObject", IsNumber = false, Name = "wxStringTokenizer", ValueType = "class", }, wxStringTokenizerMode = { IsNumber = true, Name = "wxStringTokenizerMode", ValueType = "enum", }, wxStyledTextCtrl = { BaseClass = "wxControl", IsNumber = false, Name = "wxStyledTextCtrl", ValueType = "class", }, wxStyledTextEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxStyledTextEvent", ValueType = "class", }, wxSysColourChangedEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxSysColourChangedEvent", ValueType = "class", }, wxSystemColour = { Condition = "wxLUA_USE_wxSystemSettings", IsNumber = true, Name = "wxSystemColour", ValueType = "enum", }, wxSystemFeature = { Condition = "wxLUA_USE_wxSystemSettings", IsNumber = true, Name = "wxSystemFeature", ValueType = "enum", }, wxSystemFont = { Condition = "wxLUA_USE_wxSystemSettings", IsNumber = true, Name = "wxSystemFont", ValueType = "enum", }, wxSystemMetric = { Condition = "wxLUA_USE_wxSystemSettings", IsNumber = true, Name = "wxSystemMetric", ValueType = "enum", }, wxSystemOptions = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxSystemOptions", IsNumber = false, Name = "wxSystemOptions", ValueType = "class", }, wxSystemScreenType = { Condition = "wxLUA_USE_wxSystemSettings", IsNumber = true, Name = "wxSystemScreenType", ValueType = "enum", }, wxSystemSettings = { Condition = "wxLUA_USE_wxSystemSettings", IsNumber = false, Name = "wxSystemSettings", ValueType = "class", }, wxTGAHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxCHECK_VERSION(2,8,0) && wxUSE_TGA)", IsNumber = false, Name = "wxTGAHandler", ValueType = "class", }, wxTIFFHandler = { BaseClass = "wxImageHandler", Condition = "(wxLUA_USE_wxImage && wxUSE_IMAGE) && (wxUSE_LIBTIFF)", IsNumber = false, Name = "wxTIFFHandler", ValueType = "class", }, wxTabCtrl = { BaseClass = "wxControl", Condition = "wxCHECK_VERSION(2,4,0) && defined(__WXMSW__) && wxLUA_USE_wxTabCtrl && wxUSE_TAB_DIALOG", IsNumber = false, Name = "wxTabCtrl", ValueType = "class", }, wxTabEvent = { BaseClass = "wxCommandEvent", Condition = "wxCHECK_VERSION(2,4,0) && defined(__WXMSW__) && wxLUA_USE_wxTabCtrl && wxUSE_TAB_DIALOG", IsNumber = false, Name = "wxTabEvent", ValueType = "class", }, wxTaskBarIcon = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxTaskBarIcon && defined (wxHAS_TASK_BAR_ICON )", IsNumber = false, Name = "wxTaskBarIcon", ValueType = "class", }, wxTaskBarIconEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxTaskBarIcon && defined (wxHAS_TASK_BAR_ICON )", IsNumber = false, Name = "wxTaskBarIconEvent", ValueType = "class", }, wxTempFile = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxFile && wxUSE_FILE", IsNumber = false, Name = "wxTempFile", ValueType = "class", }, wxTextAttr = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL", IsNumber = false, Name = "wxTextAttr", ValueType = "class", }, wxTextAttrAlignment = { Condition = "wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL", IsNumber = true, Name = "wxTextAttrAlignment", ValueType = "enum", }, wxTextCoord = { IsNumber = true, Name = "wxTextCoord", ValueType = "number", }, wxTextCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL", IsNumber = false, Name = "wxTextCtrl", ValueType = "class", }, wxTextCtrlHitTestResult = { Condition = "wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL", IsNumber = true, Name = "wxTextCtrlHitTestResult", ValueType = "enum", }, wxTextDataObject = { ["%encapsulate"] = true, BaseClass = "wxDataObjectSimple", Condition = "wxLUA_USE_wxDataObject && wxUSE_DATAOBJ", IsNumber = false, Name = "wxTextDataObject", ValueType = "class", }, wxTextEntryDialog = { BaseClass = "wxDialog", Condition = "wxUSE_TEXTDLG && wxLUA_USE_wxTextEntryDialog", IsNumber = false, Name = "wxTextEntryDialog", ValueType = "class", }, wxTextValidator = { BaseClass = "wxValidator", Condition = "(wxLUA_USE_wxValidator && wxUSE_VALIDATORS) && (wxLUA_USE_wxTextValidator)", IsNumber = false, Name = "wxTextValidator", ValueType = "class", }, wxTimeSpan = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxTimeSpan && wxUSE_DATETIME", IsNumber = false, Name = "wxTimeSpan", ValueType = "class", }, wxTimer = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxTimer && wxUSE_TIMER", IsNumber = false, Name = "wxTimer", ValueType = "class", }, wxTimerEvent = { BaseClass = "wxEvent", Condition = "wxLUA_USE_wxTimer && wxUSE_TIMER", IsNumber = false, Name = "wxTimerEvent", ValueType = "class", }, wxToggleButton = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxToggleButton && wxUSE_TOGGLEBTN", IsNumber = false, Name = "wxToggleButton", ValueType = "class", }, wxToolBar = { BaseClass = "wxToolBarBase", Condition = "wxLUA_USE_wxToolbar", IsNumber = false, Name = "wxToolBar", ValueType = "class", }, wxToolBarBase = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxToolbar", IsNumber = false, Name = "wxToolBarBase", ValueType = "class", }, wxToolBarSimple = { BaseClass = "wxToolBarBase", Condition = "(wxLUA_USE_wxToolbar) && (!wxCHECK_VERSION(2,6,0))", IsNumber = false, Name = "wxToolBarSimple", ValueType = "class", }, wxToolBarTool = { BaseClass = "wxToolBarToolBase", Condition = "wxLUA_USE_wxToolbar", IsNumber = false, Name = "wxToolBarTool", ValueType = "class", }, wxToolBarToolBase = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxToolbar", IsNumber = false, Name = "wxToolBarToolBase", ValueType = "class", }, wxToolBarToolStyle = { Condition = "wxLUA_USE_wxToolbar", IsNumber = true, Name = "wxToolBarToolStyle", ValueType = "enum", }, wxToolTip = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxTooltip && wxUSE_TOOLTIPS", IsNumber = false, Name = "wxToolTip", ValueType = "class", }, wxToolbook = { BaseClass = "wxBookCtrlBase", Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TOOLBOOK && wxLUA_USE_wxToolbook", IsNumber = false, Name = "wxToolbook", ValueType = "class", }, wxToolbookEvent = { BaseClass = "wxBookCtrlBaseEvent", Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TOOLBOOK && wxLUA_USE_wxToolbook", IsNumber = false, Name = "wxToolbookEvent", ValueType = "class", }, wxTopLevelWindow = { BaseClass = "wxWindow", Condition = "wxLUA_USE_wxFrame || wxLUA_USE_wxDialog", IsNumber = false, Name = "wxTopLevelWindow", ValueType = "class", }, wxTreeCtrl = { BaseClass = "wxControl", Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = false, Name = "wxTreeCtrl", ValueType = "class", }, wxTreeEvent = { BaseClass = "wxNotifyEvent", Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = false, Name = "wxTreeEvent", ValueType = "class", }, wxTreeItemData = { BaseClass = "wxClientData", Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = false, Name = "wxTreeItemData", ValueType = "class", }, wxTreeItemIcon = { Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = true, Name = "wxTreeItemIcon", ValueType = "enum", }, wxTreeItemId = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = false, Name = "wxTreeItemId", ValueType = "class", }, wxTreeItemIdValue = { Condition = "wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL", IsNumber = true, Name = "wxTreeItemIdValue", ValueType = "enum", }, wxTreebook = { BaseClass = "wxBookCtrlBase", Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TREEBOOK && wxLUA_USE_wxTreebook", IsNumber = false, Name = "wxTreebook", ValueType = "class", }, wxTreebookEvent = { BaseClass = "wxBookCtrlBaseEvent", Condition = "wxCHECK_VERSION(2,8,0) && wxUSE_TREEBOOK && wxLUA_USE_wxTreebook", IsNumber = false, Name = "wxTreebookEvent", ValueType = "class", }, wxULongLong = { ["%encapsulate"] = true, Condition = "wxUSE_LONGLONG", IsNumber = false, Name = "wxULongLong", ValueType = "class", }, wxURI = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = false, Name = "wxURI", ValueType = "class", }, wxURIFieldType = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxURIFieldType", ValueType = "enum", }, wxURIFlags = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxURIFlags", ValueType = "enum", }, wxURIHostType = { Condition = "wxLUA_USE_wxSocket && wxUSE_SOCKETS", IsNumber = true, Name = "wxURIHostType", ValueType = "enum", }, wxURL = { BaseClass = "wxURI", Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_URL)", IsNumber = false, Name = "wxURL", ValueType = "class", }, wxURLDataObject = { ["%encapsulate"] = true, BaseClass = "wxTextDataObject", Condition = "(wxLUA_USE_wxDataObject && wxUSE_DATAOBJ) && (wxCHECK_VERSION(2,8,0))", IsNumber = false, Name = "wxURLDataObject", ValueType = "class", }, wxURLError = { Condition = "(wxLUA_USE_wxSocket && wxUSE_SOCKETS) && (wxUSE_URL)", IsNumber = true, Name = "wxURLError", ValueType = "enum", }, wxUint16 = { IsNumber = true, Name = "wxUint16", ValueType = "number", }, wxUint32 = { IsNumber = true, Name = "wxUint32", ValueType = "number", }, wxUint64 = { IsNumber = true, Name = "wxUint64", ValueType = "number", }, wxUint8 = { IsNumber = true, Name = "wxUint8", ValueType = "number", }, wxUpdateUI = { IsNumber = true, Name = "wxUpdateUI", ValueType = "enum", }, wxUpdateUIEvent = { BaseClass = "wxCommandEvent", IsNumber = false, Name = "wxUpdateUIEvent", ValueType = "class", }, wxUpdateUIMode = { IsNumber = true, Name = "wxUpdateUIMode", ValueType = "enum", }, wxValidator = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_wxValidator && wxUSE_VALIDATORS", IsNumber = false, Name = "wxValidator", ValueType = "class", }, wxVideoMode = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxDisplay && wxUSE_DISPLAY", IsNumber = false, Name = "wxVideoMode", ValueType = "class", }, wxView = { BaseClass = "wxEvtHandler", Condition = "wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE", IsNumber = false, Name = "wxView", ValueType = "class", }, wxVisualAttributes = { ["%encapsulate"] = true, IsNumber = false, Name = "wxVisualAttributes", ValueType = "class", }, wxWave = { BaseClass = "wxObject", Condition = "(wxLUA_USE_wxWave) && (defined(__WXMSW__) && !wxCHECK_VERSION(2,6,0) && wxUSE_WAVE)", IsNumber = false, Name = "wxWave", ValueType = "class", }, wxWinHelpController = { BaseClass = "wxHelpControllerBase", Condition = "(wxLUA_USE_wxHelpController && wxUSE_HELP) && (defined(__WXMSW__))", IsNumber = false, Name = "wxWinHelpController", ValueType = "class", }, wxWindow = { BaseClass = "wxEvtHandler", IsNumber = false, Name = "wxWindow", ValueType = "class", }, wxWindowCreateEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxWindowCreateEvent", ValueType = "class", }, wxWindowDC = { BaseClass = "wxDC", Condition = "wxLUA_USE_wxDC", IsNumber = false, Name = "wxWindowDC", ValueType = "class", }, wxWindowDestroyEvent = { BaseClass = "wxEvent", IsNumber = false, Name = "wxWindowDestroyEvent", ValueType = "class", }, wxWindowDisabler = { ["%encapsulate"] = true, IsNumber = false, Name = "wxWindowDisabler", ValueType = "class", }, wxWindowID = { IsNumber = true, Name = "wxWindowID", ValueType = "number", }, wxWindowList = { BaseClass = "wxList", Condition = "wxLUA_USE_wxWindowList && !wxUSE_STL", IsNumber = false, Name = "wxWindowList", ValueType = "class", }, wxWindowUpdateLocker = { ["%encapsulate"] = true, IsNumber = false, Name = "wxWindowUpdateLocker", ValueType = "class", }, wxWindowVariant = { IsNumber = true, Name = "wxWindowVariant", ValueType = "enum", }, wxWizard = { BaseClass = "wxDialog", Condition = "wxUSE_WIZARDDLG && wxLUA_USE_wxWizard", IsNumber = false, Name = "wxWizard", ValueType = "class", }, wxWizardEvent = { BaseClass = "wxNotifyEvent", Condition = "wxUSE_WIZARDDLG && wxLUA_USE_wxWizard", IsNumber = false, Name = "wxWizardEvent", ValueType = "class", }, wxWizardPage = { BaseClass = "wxPanel", Condition = "wxUSE_WIZARDDLG && wxLUA_USE_wxWizard", IsNumber = false, Name = "wxWizardPage", ValueType = "class", }, wxWizardPageSimple = { BaseClass = "wxWizardPage", Condition = "wxUSE_WIZARDDLG && wxLUA_USE_wxWizard", IsNumber = false, Name = "wxWizardPageSimple", ValueType = "class", }, wxWord = { IsNumber = true, Name = "wxWord", ValueType = "number", }, wxXPMHandler = { BaseClass = "wxImageHandler", Condition = "wxLUA_USE_wxImage && wxUSE_IMAGE", IsNumber = false, Name = "wxXPMHandler", ValueType = "class", }, wxXmlDocument = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxXML && wxUSE_XML", IsNumber = false, Name = "wxXmlDocument", ValueType = "class", }, wxXmlNode = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxXML && wxUSE_XML", IsNumber = false, Name = "wxXmlNode", ValueType = "class", }, wxXmlNodeType = { Condition = "wxLUA_USE_wxXML && wxUSE_XML", IsNumber = true, Name = "wxXmlNodeType", ValueType = "enum", }, wxXmlProperty = { ["%encapsulate"] = true, Condition = "wxLUA_USE_wxXML && wxUSE_XML", IsNumber = false, Name = "wxXmlProperty", ValueType = "class", }, wxXmlResource = { BaseClass = "wxObject", Condition = "wxLUA_USE_wxXRC && wxUSE_XRC", IsNumber = false, Name = "wxXmlResource", ValueType = "class", }, wxXmlResourceFlags = { Condition = "wxLUA_USE_wxXRC && wxUSE_XRC", IsNumber = true, Name = "wxXmlResourceFlags", ValueType = "enum", }, } -- --------------------------------------------------------------------------- -- preprocConditionTable -- --------------------------------------------------------------------------- wx_preprocConditionTable = { ["%__WIN16__"] = "defined(__WIN16__)", ["%__WIN32__"] = "defined(__WIN32__)", ["%__WIN95__"] = "defined(__WIN95__)", ["%__WINDOWS__"] = "defined(__WINDOWS__)", ["%__WXBASE__"] = "defined(__WXBASE__)", ["%__WXCOCOA__"] = "defined(__WXCOCOA__)", ["%__WXGTK12__"] = "defined(__WXGTK12__)", ["%__WXGTK20__"] = "defined(__WXGTK20__)", ["%__WXGTK__"] = "defined(__WXGTK__)", ["%__WXMAC_CARBON__"] = "defined(__WXMAC_CARBON__)", ["%__WXMAC_CLASSIC__"] = "defined(__WXMAC_CLASSIC__)", ["%__WXMAC_OSX__"] = "defined(__WXMAC_OSX__)", ["%__WXMAC__"] = "defined(__WXMAC__)", ["%__WXMGL__"] = "defined(__WXMGL__)", ["%__WXMOTIF20__"] = "defined(__WXMOTIF20__)", ["%__WXMOTIF__"] = "defined(__WXMOTIF__)", ["%__WXMSW__"] = "defined(__WXMSW__)", ["%__WXOS2__"] = "defined(__WXOS2__)", ["%__WXOSX__"] = "defined(__WXOSX__)", ["%__WXPALMOS__"] = "defined(__WXPALMOS__)", ["%__WXPM__"] = "defined(__WXPM__)", ["%__WXSTUBS__"] = "defined(__WXSTUBS__)", ["%__WXUNIVERSAL__"] = "defined(__WXUNIVERSAL__)", ["%__WXWINCE__"] = "defined(__WXWINCE__)", ["%__WXWINE__"] = "defined(__WXWINE__)", ["%__WXX11__"] = "defined(__WXX11__)", ["%__WXXT__"] = "defined(__WXXT__)", ["%__X__"] = "defined(__X__)", ["%cocoa"] = "defined(__WXCOCOA__)", ["%gtk"] = "defined(__WXGTK__)", ["%mac"] = "defined(__WXMAC__)", ["%mgl"] = "defined(__WXMGL__)", ["%motif"] = "defined(__WXMOTIF__)", ["%msw"] = "defined(__WXMSW__)", ["%os2"] = "defined(__WXPM__)", ["%palm"] = "defined(__WXPALMOS__)", ["%univ"] = "defined(__WXUNIVERSAL__)", ["%win"] = "defined(__WXMSW__)", ["%wince"] = "defined(__WXWINCE__)", ["%wxHAS_NATIVE_RENDERER"] = "defined(wxHAS_NATIVE_RENDERER)", ["%wxchkver_2_4"] = "wxCHECK_VERSION(2,4,0)", ["%wxchkver_2_6"] = "wxCHECK_VERSION(2,6,0)", ["%wxchkver_2_6_4"] = "wxCHECK_VERSION(2,6,4)", ["%wxchkver_2_8"] = "wxCHECK_VERSION(2,8,0)", ["%wxchkver_2_8_1"] = "wxCHECK_VERSION(2,8,1)", ["%wxchkver_2_8_4"] = "wxCHECK_VERSION(2,8,4)", ["%wxchkver_2_8_5"] = "wxCHECK_VERSION(2,8,5)", ["%wxchkver_2_8_6"] = "wxCHECK_VERSION(2,8,6)", ["%wxcompat_2_4"] = "(defined(WXWIN_COMPATIBILITY_2_4) && WXWIN_COMPATIBILITY_2_4)", ["%wxcompat_2_6"] = "(defined(WXWIN_COMPATIBILITY_2_6) && WXWIN_COMPATIBILITY_2_6)", ["%x11"] = "defined(__WXX11__)", WXWIN_COMPATIBILITY_2 = "(defined(WXWIN_COMPATIBILITY_2) && WXWIN_COMPATIBILITY_2)", WXWIN_COMPATIBILITY_2_2 = "(defined(WXWIN_COMPATIBILITY_2_2) && WXWIN_COMPATIBILITY_2_2)", WXWIN_COMPATIBILITY_2_4 = "(defined(WXWIN_COMPATIBILITY_2_4) && WXWIN_COMPATIBILITY_2_4)", WXWIN_COMPATIBILITY_2_6 = "(defined(WXWIN_COMPATIBILITY_2_6) && WXWIN_COMPATIBILITY_2_6)", WXWIN_COMPATIBILITY_2_8 = "(defined(WXWIN_COMPATIBILITY_2_8) && WXWIN_COMPATIBILITY_2_8)", wxHAS_POWER_EVENTS = "defined(wxHAS_POWER_EVENTS)", wxLUA_USE_FL = "wxLUA_USE_FL", wxLUA_USE_Geometry = "wxLUA_USE_Geometry", wxLUA_USE_MDI = "wxLUA_USE_MDI", wxLUA_USE_wxAUI = "wxLUA_USE_wxAUI", wxLUA_USE_wxAboutDialog = "wxLUA_USE_wxAboutDialog", wxLUA_USE_wxAcceleratorTable = "wxLUA_USE_wxAcceleratorTable", wxLUA_USE_wxAnimation = "wxLUA_USE_wxAnimation", wxLUA_USE_wxApp = "wxLUA_USE_wxApp", wxLUA_USE_wxArrayInt = "wxLUA_USE_wxArrayInt", wxLUA_USE_wxArrayString = "wxLUA_USE_wxArrayString", wxLUA_USE_wxArtProvider = "wxLUA_USE_wxArtProvider", wxLUA_USE_wxBitmap = "wxLUA_USE_wxBitmap", wxLUA_USE_wxBitmapButton = "wxLUA_USE_wxBitmapButton", wxLUA_USE_wxBitmapComboBox = "wxLUA_USE_wxBitmapComboBox", wxLUA_USE_wxBrushList = "wxLUA_USE_wxBrushList", wxLUA_USE_wxBusyCursor = "wxLUA_USE_wxBusyCursor", wxLUA_USE_wxBusyInfo = "wxLUA_USE_wxBusyInfo", wxLUA_USE_wxButton = "wxLUA_USE_wxButton", wxLUA_USE_wxCalendarCtrl = "wxLUA_USE_wxCalendarCtrl", wxLUA_USE_wxCaret = "wxLUA_USE_wxCaret", wxLUA_USE_wxCheckBox = "wxLUA_USE_wxCheckBox", wxLUA_USE_wxCheckListBox = "wxLUA_USE_wxCheckListBox", wxLUA_USE_wxChoice = "wxLUA_USE_wxChoice", wxLUA_USE_wxClassInfo = "wxLUA_USE_wxClassInfo", wxLUA_USE_wxClipboard = "wxLUA_USE_wxClipboard", wxLUA_USE_wxCollapsiblePane = "wxLUA_USE_wxCollapsiblePane", wxLUA_USE_wxColourDialog = "wxLUA_USE_wxColourDialog", wxLUA_USE_wxColourPenBrush = "wxLUA_USE_wxColourPenBrush", wxLUA_USE_wxColourPickerCtrl = "wxLUA_USE_wxColourPickerCtrl", wxLUA_USE_wxComboBox = "wxLUA_USE_wxComboBox", wxLUA_USE_wxCommandProcessor = "wxLUA_USE_wxCommandProcessor", wxLUA_USE_wxConfig = "wxLUA_USE_wxConfig", wxLUA_USE_wxCriticalSection = "wxLUA_USE_wxCriticalSection", wxLUA_USE_wxCriticalSectionLocker = "wxLUA_USE_wxCriticalSectionLocker", wxLUA_USE_wxCursor = "wxLUA_USE_wxCursor", wxLUA_USE_wxDC = "wxLUA_USE_wxDC", wxLUA_USE_wxDataObject = "wxLUA_USE_wxDataObject", wxLUA_USE_wxDatePickerCtrl = "wxLUA_USE_wxDatePickerCtrl", wxLUA_USE_wxDateSpan = "wxLUA_USE_wxDateSpan", wxLUA_USE_wxDateTime = "wxLUA_USE_wxDateTime", wxLUA_USE_wxDateTimeHolidayAuthority = "wxLUA_USE_wxDateTimeHolidayAuthority", wxLUA_USE_wxDialog = "wxLUA_USE_wxDialog", wxLUA_USE_wxDir = "wxLUA_USE_wxDir", wxLUA_USE_wxDirDialog = "wxLUA_USE_wxDirDialog", wxLUA_USE_wxDirPickerCtrl = "wxLUA_USE_wxDirPickerCtrl", wxLUA_USE_wxDisplay = "wxLUA_USE_wxDisplay", wxLUA_USE_wxDragDrop = "wxLUA_USE_wxDragDrop", wxLUA_USE_wxDynamicLibrary = "wxLUA_USE_wxDynamicLibrary", wxLUA_USE_wxFile = "wxLUA_USE_wxFile", wxLUA_USE_wxFileDialog = "wxLUA_USE_wxFileDialog", wxLUA_USE_wxFileHistory = "wxLUA_USE_wxFileHistory", wxLUA_USE_wxFileName = "wxLUA_USE_wxFileName", wxLUA_USE_wxFilePickerCtrl = "wxLUA_USE_wxFilePickerCtrl", wxLUA_USE_wxFindReplaceDialog = "wxLUA_USE_wxFindReplaceDialog", wxLUA_USE_wxFont = "wxLUA_USE_wxFont", wxLUA_USE_wxFontDialog = "wxLUA_USE_wxFontDialog", wxLUA_USE_wxFontEnumerator = "wxLUA_USE_wxFontEnumerator", wxLUA_USE_wxFontList = "wxLUA_USE_wxFontList", wxLUA_USE_wxFontMapper = "wxLUA_USE_wxFontMapper", wxLUA_USE_wxFontPickerCtrl = "wxLUA_USE_wxFontPickerCtrl", wxLUA_USE_wxFrame = "wxLUA_USE_wxFrame", wxLUA_USE_wxGLCanvas = "wxLUA_USE_wxGLCanvas", wxLUA_USE_wxGauge = "wxLUA_USE_wxGauge", wxLUA_USE_wxGenericDirCtrl = "wxLUA_USE_wxGenericDirCtrl", wxLUA_USE_wxGenericValidator = "wxLUA_USE_wxGenericValidator", wxLUA_USE_wxGrid = "wxLUA_USE_wxGrid", wxLUA_USE_wxHTML = "wxLUA_USE_wxHTML", wxLUA_USE_wxHashTable = "wxLUA_USE_wxHashTable", wxLUA_USE_wxHelpController = "wxLUA_USE_wxHelpController", wxLUA_USE_wxHtmlHelpController = "wxLUA_USE_wxHtmlHelpController", wxLUA_USE_wxHyperlinkCtrl = "wxLUA_USE_wxHyperlinkCtrl", wxLUA_USE_wxID_XXX = "wxLUA_USE_wxID_XXX", wxLUA_USE_wxIcon = "wxLUA_USE_wxIcon", wxLUA_USE_wxImage = "wxLUA_USE_wxImage", wxLUA_USE_wxImageList = "wxLUA_USE_wxImageList", wxLUA_USE_wxJoystick = "wxLUA_USE_wxJoystick", wxLUA_USE_wxLayoutConstraints = "wxLUA_USE_wxLayoutConstraints", wxLUA_USE_wxList = "wxLUA_USE_wxList", wxLUA_USE_wxListBox = "wxLUA_USE_wxListBox", wxLUA_USE_wxListCtrl = "wxLUA_USE_wxListCtrl", wxLUA_USE_wxLog = "wxLUA_USE_wxLog", wxLUA_USE_wxLogWindow = "wxLUA_USE_wxLogWindow", wxLUA_USE_wxLuaHtmlWindow = "wxLUA_USE_wxLuaHtmlWindow", wxLUA_USE_wxLuaPrintout = "wxLUA_USE_wxLuaPrintout", wxLUA_USE_wxMask = "wxLUA_USE_wxMask", wxLUA_USE_wxMediaCtrl = "wxLUA_USE_wxMediaCtrl", wxLUA_USE_wxMenu = "wxLUA_USE_wxMenu", wxLUA_USE_wxMessageDialog = "wxLUA_USE_wxMessageDialog", wxLUA_USE_wxMetafile = "wxLUA_USE_wxMetafile", wxLUA_USE_wxMiniFrame = "wxLUA_USE_wxMiniFrame", wxLUA_USE_wxMultiChoiceDialog = "wxLUA_USE_wxMultiChoiceDialog", wxLUA_USE_wxNotebook = "wxLUA_USE_wxNotebook", wxLUA_USE_wxObject = "wxLUA_USE_wxObject", wxLUA_USE_wxPalette = "wxLUA_USE_wxPalette", wxLUA_USE_wxPenList = "wxLUA_USE_wxPenList", wxLUA_USE_wxPicker = "wxLUA_USE_wxPicker", wxLUA_USE_wxPointSizeRect = "wxLUA_USE_wxPointSizeRect", wxLUA_USE_wxPrint = "wxLUA_USE_wxPrint", wxLUA_USE_wxProcess = "wxLUA_USE_wxProcess", wxLUA_USE_wxProgressDialog = "wxLUA_USE_wxProgressDialog", wxLUA_USE_wxRadioBox = "wxLUA_USE_wxRadioBox", wxLUA_USE_wxRadioButton = "wxLUA_USE_wxRadioButton", wxLUA_USE_wxRegEx = "wxLUA_USE_wxRegEx", wxLUA_USE_wxRegion = "wxLUA_USE_wxRegion", wxLUA_USE_wxRenderer = "wxLUA_USE_wxRenderer", wxLUA_USE_wxRichText = "wxLUA_USE_wxRichText", wxLUA_USE_wxSashWindow = "wxLUA_USE_wxSashWindow", wxLUA_USE_wxScrollBar = "wxLUA_USE_wxScrollBar", wxLUA_USE_wxScrolledWindow = "wxLUA_USE_wxScrolledWindow", wxLUA_USE_wxSingleChoiceDialog = "wxLUA_USE_wxSingleChoiceDialog", wxLUA_USE_wxSizer = "wxLUA_USE_wxSizer", wxLUA_USE_wxSlider = "wxLUA_USE_wxSlider", wxLUA_USE_wxSocket = "wxLUA_USE_wxSocket", wxLUA_USE_wxSpinButton = "wxLUA_USE_wxSpinButton", wxLUA_USE_wxSpinCtrl = "wxLUA_USE_wxSpinCtrl", wxLUA_USE_wxSplashScreen = "wxLUA_USE_wxSplashScreen", wxLUA_USE_wxSplitterWindow = "wxLUA_USE_wxSplitterWindow", wxLUA_USE_wxStandardPaths = "wxLUA_USE_wxStandardPaths", wxLUA_USE_wxStaticBitmap = "wxLUA_USE_wxStaticBitmap", wxLUA_USE_wxStaticBox = "wxLUA_USE_wxStaticBox", wxLUA_USE_wxStaticLine = "wxLUA_USE_wxStaticLine", wxLUA_USE_wxStaticText = "wxLUA_USE_wxStaticText", wxLUA_USE_wxStatusBar = "wxLUA_USE_wxStatusBar", wxLUA_USE_wxStopWatch = "wxLUA_USE_wxStopWatch", wxLUA_USE_wxStringList = "wxLUA_USE_wxStringList", wxLUA_USE_wxSystemOptions = "wxLUA_USE_wxSystemOptions", wxLUA_USE_wxSystemSettings = "wxLUA_USE_wxSystemSettings", wxLUA_USE_wxTabCtrl = "wxLUA_USE_wxTabCtrl", wxLUA_USE_wxTaskBarIcon = "wxLUA_USE_wxTaskBarIcon", wxLUA_USE_wxTextCtrl = "wxLUA_USE_wxTextCtrl", wxLUA_USE_wxTextEntryDialog = "wxLUA_USE_wxTextEntryDialog", wxLUA_USE_wxTextValidator = "wxLUA_USE_wxTextValidator", wxLUA_USE_wxTimeSpan = "wxLUA_USE_wxTimeSpan", wxLUA_USE_wxTimer = "wxLUA_USE_wxTimer", wxLUA_USE_wxToggleButton = "wxLUA_USE_wxToggleButton", wxLUA_USE_wxToolbar = "wxLUA_USE_wxToolbar", wxLUA_USE_wxToolbook = "wxLUA_USE_wxToolbook", wxLUA_USE_wxTooltip = "wxLUA_USE_wxTooltip", wxLUA_USE_wxTreeCtrl = "wxLUA_USE_wxTreeCtrl", wxLUA_USE_wxTreebook = "wxLUA_USE_wxTreebook", wxLUA_USE_wxValidator = "wxLUA_USE_wxValidator", wxLUA_USE_wxWave = "wxLUA_USE_wxWave", wxLUA_USE_wxWindowList = "wxLUA_USE_wxWindowList", wxLUA_USE_wxWizard = "wxLUA_USE_wxWizard", wxLUA_USE_wxXML = "wxLUA_USE_wxXML", wxLUA_USE_wxXRC = "wxLUA_USE_wxXRC", wxUSE_ABOUTDLG = "wxUSE_ABOUTDLG", wxUSE_ACCEL = "wxUSE_ACCEL", wxUSE_ACCESSIBILITY = "wxUSE_ACCESSIBILITY", wxUSE_AFM_FOR_POSTSCRIPT = "wxUSE_AFM_FOR_POSTSCRIPT", wxUSE_ANIMATIONCTRL = "wxUSE_ANIMATIONCTRL", wxUSE_APPLE_IEEE = "wxUSE_APPLE_IEEE", wxUSE_AUI = "wxUSE_AUI", wxUSE_BITMAPCOMBOBOX = "wxUSE_BITMAPCOMBOBOX", wxUSE_BMPBUTTON = "wxUSE_BMPBUTTON", wxUSE_BOOKCTRL = "wxUSE_BOOKCTRL", wxUSE_BUILTIN_IODBC = "wxUSE_BUILTIN_IODBC", wxUSE_BUSYINFO = "wxUSE_BUSYINFO", wxUSE_BUTTON = "wxUSE_BUTTON", wxUSE_CALENDARCTRL = "wxUSE_CALENDARCTRL", wxUSE_CARET = "wxUSE_CARET", wxUSE_CHECKBOX = "wxUSE_CHECKBOX", wxUSE_CHECKLISTBOX = "wxUSE_CHECKLISTBOX", wxUSE_CHOICE = "wxUSE_CHOICE", wxUSE_CHOICEBOOK = "wxUSE_CHOICEBOOK", wxUSE_CHOICEDLG = "wxUSE_CHOICEDLG", wxUSE_CLIPBOARD = "wxUSE_CLIPBOARD", wxUSE_CMDLINE_PARSER = "wxUSE_CMDLINE_PARSER", wxUSE_COLLPANE = "wxUSE_COLLPANE", wxUSE_COLOURDLG = "wxUSE_COLOURDLG", wxUSE_COLOURPICKERCTRL = "wxUSE_COLOURPICKERCTRL", wxUSE_COMBOBOX = "wxUSE_COMBOBOX", wxUSE_CONFIG = "wxUSE_CONFIG", wxUSE_CONSTRAINTS = "wxUSE_CONSTRAINTS", wxUSE_CONTROLS = "wxUSE_CONTROLS", wxUSE_DATAOBJ = "wxUSE_DATAOBJ", wxUSE_DATEPICKCTRL = "wxUSE_DATEPICKCTRL", wxUSE_DATETIME = "wxUSE_DATETIME", wxUSE_DEBUG_CONTEXT = "wxUSE_DEBUG_CONTEXT", wxUSE_DEBUG_NEW_ALWAYS = "wxUSE_DEBUG_NEW_ALWAYS", wxUSE_DIALUP_MANAGER = "wxUSE_DIALUP_MANAGER", wxUSE_DIRDLG = "wxUSE_DIRDLG", wxUSE_DIRPICKERCTRL = "wxUSE_DIRPICKERCTRL", wxUSE_DISPLAY = "wxUSE_DISPLAY", wxUSE_DOC_VIEW_ARCHITECTURE = "wxUSE_DOC_VIEW_ARCHITECTURE", wxUSE_DRAGIMAGE = "wxUSE_DRAGIMAGE", wxUSE_DRAG_AND_DROP = "wxUSE_DRAG_AND_DROP", wxUSE_DYNAMIC_CLASSES = "wxUSE_DYNAMIC_CLASSES", wxUSE_DYNAMIC_LOADER = "wxUSE_DYNAMIC_LOADER", wxUSE_DYNLIB_CLASS = "wxUSE_DYNLIB_CLASS", wxUSE_ENH_METAFILE = "wxUSE_ENH_METAFILE", wxUSE_EXCEPTIONS = "wxUSE_EXCEPTIONS", wxUSE_EXPERIMENTAL_PRINTF = "wxUSE_EXPERIMENTAL_PRINTF", wxUSE_FFILE = "wxUSE_FFILE", wxUSE_FILE = "wxUSE_FILE", wxUSE_FILEDLG = "wxUSE_FILEDLG", wxUSE_FILEPICKERCTRL = "wxUSE_FILEPICKERCTRL", wxUSE_FILESYSTEM = "wxUSE_FILESYSTEM", wxUSE_FINDREPLDLG = "wxUSE_FINDREPLDLG", wxUSE_FONTDLG = "wxUSE_FONTDLG", wxUSE_FONTMAP = "wxUSE_FONTMAP", wxUSE_FONTPICKERCTRL = "wxUSE_FONTPICKERCTRL", wxUSE_FREETYPE = "wxUSE_FREETYPE", wxUSE_FSVOLUME = "wxUSE_FSVOLUME", wxUSE_FS_INET = "wxUSE_FS_INET", wxUSE_FS_ZIP = "wxUSE_FS_ZIP", wxUSE_GAUGE = "wxUSE_GAUGE", wxUSE_GEOMETRY = "wxUSE_GEOMETRY", wxUSE_GIF = "wxUSE_GIF", wxUSE_GLCANVAS = "wxUSE_GLCANVAS", wxUSE_GLOBAL_MEMORY_OPERATORS = "wxUSE_GLOBAL_MEMORY_OPERATORS", wxUSE_GRID = "wxUSE_GRID", wxUSE_GUI = "wxUSE_GUI", wxUSE_HELP = "wxUSE_HELP", wxUSE_HOTKEY = "wxUSE_HOTKEY", wxUSE_HTML = "wxUSE_HTML", wxUSE_HYPERLINKCTRL = "wxUSE_HYPERLINKCTRL", wxUSE_ICO_CUR = "wxUSE_ICO_CUR", wxUSE_IFF = "wxUSE_IFF", wxUSE_IMAGE = "wxUSE_IMAGE", wxUSE_IMAGLIST = "wxUSE_IMAGLIST", wxUSE_INTL = "wxUSE_INTL", wxUSE_IOSTREAMH = "wxUSE_IOSTREAMH", wxUSE_IPC = "wxUSE_IPC", wxUSE_JOYSTICK = "wxUSE_JOYSTICK", wxUSE_LIBJPEG = "wxUSE_LIBJPEG", wxUSE_LIBMSPACK = "wxUSE_LIBMSPACK", wxUSE_LIBPNG = "wxUSE_LIBPNG", wxUSE_LIBSDL = "wxUSE_LIBSDL", wxUSE_LIBTIFF = "wxUSE_LIBTIFF", wxUSE_LISTBOOK = "wxUSE_LISTBOOK", wxUSE_LISTBOX = "wxUSE_LISTBOX", wxUSE_LISTCTRL = "wxUSE_LISTCTRL", wxUSE_LOG = "wxUSE_LOG", wxUSE_LOGGUI = "wxUSE_LOGGUI", wxUSE_LOGWINDOW = "wxUSE_LOGWINDOW", wxUSE_LOG_DIALOG = "wx