reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-24 17:42:48 +00:00
parent 7e24348eb8
commit 396fb5091d
16 changed files with 159 additions and 44 deletions

View File

@@ -126,6 +126,7 @@ wxSystemOptions_SetOptionInt = wx._misc.SystemOptions_SetOptionInt
wxSystemOptions_GetOption = wx._misc.SystemOptions_GetOption
wxSystemOptions_GetOptionInt = wx._misc.SystemOptions_GetOptionInt
wxSystemOptions_HasOption = wx._misc.SystemOptions_HasOption
wxSystemOptions_IsFalse = wx._misc.SystemOptions_IsFalse
wxFileSelectorPromptStr = wx._misc.FileSelectorPromptStr
wxFileSelectorDefaultWildcardStr = wx._misc.FileSelectorDefaultWildcardStr
wxDirSelectorPromptStr = wx._misc.DirSelectorPromptStr

View File

@@ -22,10 +22,10 @@ del sys, _wx
wxDynamicSashNameStr = wx.gizmos.DynamicSashNameStr
wxEditableListBoxNameStr = wx.gizmos.EditableListBoxNameStr
wxTreeListCtrlNameStr = wx.gizmos.TreeListCtrlNameStr
wxEVT_DYNAMIC_SASH_SPLIT = wx.gizmos.wxEVT_DYNAMIC_SASH_SPLIT
wxEVT_DYNAMIC_SASH_UNIFY = wx.gizmos.wxEVT_DYNAMIC_SASH_UNIFY
wxDS_MANAGE_SCROLLBARS = wx.gizmos.DS_MANAGE_SCROLLBARS
wxDS_DRAG_CORNER = wx.gizmos.DS_DRAG_CORNER
wxEVT_DYNAMIC_SASH_SPLIT = wx.gizmos.wxEVT_DYNAMIC_SASH_SPLIT
wxEVT_DYNAMIC_SASH_UNIFY = wx.gizmos.wxEVT_DYNAMIC_SASH_UNIFY
wxDynamicSashSplitEvent = wx.gizmos.DynamicSashSplitEvent
wxDynamicSashSplitEventPtr = wx.gizmos.DynamicSashSplitEventPtr
wxDynamicSashUnifyEvent = wx.gizmos.DynamicSashUnifyEvent