Gobs of changes needed to get up to date with today's CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3479,6 +3479,10 @@ TOOL_STYLE_SEPARATOR = _controls_.TOOL_STYLE_SEPARATOR
|
||||
TOOL_STYLE_CONTROL = _controls_.TOOL_STYLE_CONTROL
|
||||
TB_HORIZONTAL = _controls_.TB_HORIZONTAL
|
||||
TB_VERTICAL = _controls_.TB_VERTICAL
|
||||
TB_TOP = _controls_.TB_TOP
|
||||
TB_LEFT = _controls_.TB_LEFT
|
||||
TB_BOTTOM = _controls_.TB_BOTTOM
|
||||
TB_RIGHT = _controls_.TB_RIGHT
|
||||
TB_3DBUTTONS = _controls_.TB_3DBUTTONS
|
||||
TB_FLAT = _controls_.TB_FLAT
|
||||
TB_DOCKABLE = _controls_.TB_DOCKABLE
|
||||
@@ -3489,7 +3493,6 @@ TB_NOALIGN = _controls_.TB_NOALIGN
|
||||
TB_HORZ_LAYOUT = _controls_.TB_HORZ_LAYOUT
|
||||
TB_HORZ_TEXT = _controls_.TB_HORZ_TEXT
|
||||
TB_NO_TOOLTIPS = _controls_.TB_NO_TOOLTIPS
|
||||
TB_BOTTOM = _controls_.TB_BOTTOM
|
||||
class ToolBarToolBase(_core.Object):
|
||||
"""Proxy of C++ ToolBarToolBase class"""
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
|
||||
|
Reference in New Issue
Block a user