More changes to make the autodocs be better, made all the namestrings
and such be visible to swig so the autodoc generator knows how to rename them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,6 +25,10 @@ wxPrePanel = wx.windows.PrePanel
|
||||
wxScrolledWindow = wx.windows.ScrolledWindow
|
||||
wxScrolledWindowPtr = wx.windows.ScrolledWindowPtr
|
||||
wxPreScrolledWindow = wx.windows.PreScrolledWindow
|
||||
wxFrameNameStr = wx.windows.FrameNameStr
|
||||
wxDialogNameStr = wx.windows.DialogNameStr
|
||||
wxStatusLineNameStr = wx.windows.StatusLineNameStr
|
||||
wxToolBarNameStr = wx.windows.ToolBarNameStr
|
||||
wxFULLSCREEN_NOMENUBAR = wx.windows.FULLSCREEN_NOMENUBAR
|
||||
wxFULLSCREEN_NOTOOLBAR = wx.windows.FULLSCREEN_NOTOOLBAR
|
||||
wxFULLSCREEN_NOSTATUSBAR = wx.windows.FULLSCREEN_NOSTATUSBAR
|
||||
@@ -55,6 +59,7 @@ wxSplashScreenPtr = wx.windows.SplashScreenPtr
|
||||
wxStatusBar = wx.windows.StatusBar
|
||||
wxStatusBarPtr = wx.windows.StatusBarPtr
|
||||
wxPreStatusBar = wx.windows.PreStatusBar
|
||||
wxSplitterNameStr = wx.windows.SplitterNameStr
|
||||
wxSP_NOBORDER = wx.windows.SP_NOBORDER
|
||||
wxSP_NOSASH = wx.windows.SP_NOSASH
|
||||
wxSP_PERMIT_UNSPLIT = wx.windows.SP_PERMIT_UNSPLIT
|
||||
@@ -77,6 +82,8 @@ wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED = wx.windows.wxEVT_COMMAND_SPLITTER_SASH
|
||||
wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING = wx.windows.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
|
||||
wxEVT_COMMAND_SPLITTER_DOUBLECLICKED = wx.windows.wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
|
||||
wxEVT_COMMAND_SPLITTER_UNSPLIT = wx.windows.wxEVT_COMMAND_SPLITTER_UNSPLIT
|
||||
wxSashNameStr = wx.windows.SashNameStr
|
||||
wxSashLayoutNameStr = wx.windows.SashLayoutNameStr
|
||||
wxSASH_DRAG_NONE = wx.windows.SASH_DRAG_NONE
|
||||
wxSASH_DRAG_DRAGGING = wx.windows.SASH_DRAG_DRAGGING
|
||||
wxSASH_DRAG_LEFT_DOWN = wx.windows.SASH_DRAG_LEFT_DOWN
|
||||
@@ -131,6 +138,7 @@ wxTipWindowPtr = wx.windows.TipWindowPtr
|
||||
wxVScrolledWindow = wx.windows.VScrolledWindow
|
||||
wxVScrolledWindowPtr = wx.windows.VScrolledWindowPtr
|
||||
wxPreVScrolledWindow = wx.windows.PreVScrolledWindow
|
||||
wxVListBoxNameStr = wx.windows.VListBoxNameStr
|
||||
wxVListBox = wx.windows.VListBox
|
||||
wxVListBoxPtr = wx.windows.VListBoxPtr
|
||||
wxPreVListBox = wx.windows.PreVListBox
|
||||
@@ -148,6 +156,12 @@ wxEVT_TASKBAR_RIGHT_DOWN = wx.windows.wxEVT_TASKBAR_RIGHT_DOWN
|
||||
wxEVT_TASKBAR_RIGHT_UP = wx.windows.wxEVT_TASKBAR_RIGHT_UP
|
||||
wxEVT_TASKBAR_LEFT_DCLICK = wx.windows.wxEVT_TASKBAR_LEFT_DCLICK
|
||||
wxEVT_TASKBAR_RIGHT_DCLICK = wx.windows.wxEVT_TASKBAR_RIGHT_DCLICK
|
||||
wxFileSelectorPromptStr = wx.windows.FileSelectorPromptStr
|
||||
wxDirSelectorPromptStr = wx.windows.DirSelectorPromptStr
|
||||
wxDirDialogNameStr = wx.windows.DirDialogNameStr
|
||||
wxFileSelectorDefaultWildcardStr = wx.windows.FileSelectorDefaultWildcardStr
|
||||
wxGetTextFromUserPromptStr = wx.windows.GetTextFromUserPromptStr
|
||||
wxMessageBoxCaptionStr = wx.windows.MessageBoxCaptionStr
|
||||
wxColourData = wx.windows.ColourData
|
||||
wxColourDataPtr = wx.windows.ColourDataPtr
|
||||
wxColourDialog = wx.windows.ColourDialog
|
||||
@@ -211,6 +225,8 @@ wxPyWindow = wx.windows.PyWindow
|
||||
wxPyWindowPtr = wx.windows.PyWindowPtr
|
||||
wxPyPanel = wx.windows.PyPanel
|
||||
wxPyPanelPtr = wx.windows.PyPanelPtr
|
||||
wxPrintoutTitleStr = wx.windows.PrintoutTitleStr
|
||||
wxPreviewCanvasNameStr = wx.windows.PreviewCanvasNameStr
|
||||
wxPRINT_MODE_NONE = wx.windows.PRINT_MODE_NONE
|
||||
wxPRINT_MODE_PREVIEW = wx.windows.PRINT_MODE_PREVIEW
|
||||
wxPRINT_MODE_FILE = wx.windows.PRINT_MODE_FILE
|
||||
|
Reference in New Issue
Block a user