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:
@@ -19,6 +19,13 @@ del sys, _wx
|
||||
|
||||
|
||||
# Now assign all the reverse-renamed names:
|
||||
wxUTF8String = wx.xrc.UTF8String
|
||||
wxStyleString = wx.xrc.StyleString
|
||||
wxSizeString = wx.xrc.SizeString
|
||||
wxPosString = wx.xrc.PosString
|
||||
wxBitmapString = wx.xrc.BitmapString
|
||||
wxIconString = wx.xrc.IconString
|
||||
wxFontString = wx.xrc.FontString
|
||||
WX_XMLRES_CURRENT_VERSION_MAJOR = wx.xrc.WX_XMLRES_CURRENT_VERSION_MAJOR
|
||||
WX_XMLRES_CURRENT_VERSION_MINOR = wx.xrc.WX_XMLRES_CURRENT_VERSION_MINOR
|
||||
WX_XMLRES_CURRENT_VERSION_RELEASE = wx.xrc.WX_XMLRES_CURRENT_VERSION_RELEASE
|
||||
|
Reference in New Issue
Block a user