reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user