reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -2477,6 +2477,7 @@ class MultiChoiceDialog(Dialog): | ||||
|         """ | ||||
|         return _windows_.MultiChoiceDialog_GetSelections(*args, **kwargs) | ||||
|  | ||||
|     Selections = property(GetSelections,SetSelections,doc="See `GetSelections` and `SetSelections`")  | ||||
| _windows_.MultiChoiceDialog_swigregister(MultiChoiceDialog) | ||||
|  | ||||
| class SingleChoiceDialog(Dialog): | ||||
| @@ -2587,6 +2588,7 @@ class NumberEntryDialog(Dialog): | ||||
|         """GetValue(self) -> long""" | ||||
|         return _windows_.NumberEntryDialog_GetValue(*args, **kwargs) | ||||
|  | ||||
|     Value = property(GetValue,doc="See `GetValue`")  | ||||
| _windows_.NumberEntryDialog_swigregister(NumberEntryDialog) | ||||
|  | ||||
| class FontData(_core.Object): | ||||
| @@ -3135,14 +3137,12 @@ class MDIParentFrame(Frame): | ||||
|         """GetClientWindow(self) -> MDIClientWindow""" | ||||
|         return _windows_.MDIParentFrame_GetClientWindow(*args, **kwargs) | ||||
|  | ||||
|     def GetToolBar(*args, **kwargs): | ||||
|         """GetToolBar(self) -> Window""" | ||||
|         return _windows_.MDIParentFrame_GetToolBar(*args, **kwargs) | ||||
|  | ||||
|     def Tile(*args, **kwargs): | ||||
|         """Tile(self, int orient=HORIZONTAL)""" | ||||
|         return _windows_.MDIParentFrame_Tile(*args, **kwargs) | ||||
|  | ||||
|     ActiveChild = property(GetActiveChild,doc="See `GetActiveChild`")  | ||||
|     ClientWindow = property(GetClientWindow,doc="See `GetClientWindow`")  | ||||
| _windows_.MDIParentFrame_swigregister(MDIParentFrame) | ||||
|  | ||||
| def PreMDIParentFrame(*args, **kwargs): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user