reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-02 20:14:50 +00:00
parent e90db86e7e
commit c2829a8f67
20 changed files with 524 additions and 170 deletions

View File

@@ -11008,14 +11008,6 @@ class Control(Window):
"""
return _core_.Control_Command(*args, **kwargs)
def GetLabel(*args, **kwargs):
"""
GetLabel(self) -> String
Return a control's text.
"""
return _core_.Control_GetLabel(*args, **kwargs)
def GetClassDefaultAttributes(*args, **kwargs):
"""
GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
@@ -11035,7 +11027,6 @@ class Control(Window):
GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
Alignment = property(GetAlignment,doc="See `GetAlignment`")
Label = property(GetLabel,doc="See `GetLabel`")
LabelText = property(GetLabelText,doc="See `GetLabelText`")
_core_.Control_swigregister(Control)
ControlNameStr = cvar.ControlNameStr