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:
@@ -125,6 +125,9 @@ wxSystemOptions_SetOptionInt = wx.misc.SystemOptions_SetOptionInt
|
||||
wxSystemOptions_GetOption = wx.misc.SystemOptions_GetOption
|
||||
wxSystemOptions_GetOptionInt = wx.misc.SystemOptions_GetOptionInt
|
||||
wxSystemOptions_HasOption = wx.misc.SystemOptions_HasOption
|
||||
wxFileSelectorPromptStr = wx.misc.FileSelectorPromptStr
|
||||
wxFileSelectorDefaultWildcardStr = wx.misc.FileSelectorDefaultWildcardStr
|
||||
wxDirSelectorPromptStr = wx.misc.DirSelectorPromptStr
|
||||
wxNewId = wx.misc.NewId
|
||||
wxRegisterId = wx.misc.RegisterId
|
||||
wxGetCurrentId = wx.misc.GetCurrentId
|
||||
@@ -432,6 +435,8 @@ wxConfigPtr = wx.misc.ConfigPtr
|
||||
wxFileConfig = wx.misc.FileConfig
|
||||
wxFileConfigPtr = wx.misc.FileConfigPtr
|
||||
wxExpandEnvVars = wx.misc.ExpandEnvVars
|
||||
wxDateFormatStr = wx.misc.DateFormatStr
|
||||
wxTimeSpanFormatStr = wx.misc.TimeSpanFormatStr
|
||||
wxDateTime = wx.misc.DateTime
|
||||
wxDateTimePtr = wx.misc.DateTimePtr
|
||||
wxDateTime_SetCountry = wx.misc.DateTime_SetCountry
|
||||
|
Reference in New Issue
Block a user