Added wxStaticPicture
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,6 +22,7 @@ del sys, _wx
|
||||
wxDynamicSashNameStr = wx.gizmos.DynamicSashNameStr
|
||||
wxEditableListBoxNameStr = wx.gizmos.EditableListBoxNameStr
|
||||
wxTreeListCtrlNameStr = wx.gizmos.TreeListCtrlNameStr
|
||||
wxStaticPictureNameStr = wx.gizmos.StaticPictureNameStr
|
||||
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
|
||||
@@ -71,6 +72,13 @@ wxTreeListCtrl = wx.gizmos.TreeListCtrl
|
||||
wxTreeListCtrlPtr = wx.gizmos.TreeListCtrlPtr
|
||||
wxTreeListCtrl = wx.gizmos.TreeListCtrl
|
||||
wxPreTreeListCtrl = wx.gizmos.PreTreeListCtrl
|
||||
wxSCALE_HORIZONTAL = wx.gizmos.SCALE_HORIZONTAL
|
||||
wxSCALE_VERTICAL = wx.gizmos.SCALE_VERTICAL
|
||||
wxSCALE_UNIFORM = wx.gizmos.SCALE_UNIFORM
|
||||
wxSCALE_CUSTOM = wx.gizmos.SCALE_CUSTOM
|
||||
wxStaticPicture = wx.gizmos.StaticPicture
|
||||
wxStaticPicturePtr = wx.gizmos.StaticPicturePtr
|
||||
wxPreStaticPicture = wx.gizmos.PreStaticPicture
|
||||
|
||||
|
||||
d = globals()
|
||||
|
Reference in New Issue
Block a user