reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-01 22:54:00 +00:00
parent 611190df3b
commit 7bc1e663f3
7 changed files with 305 additions and 5 deletions

View File

@@ -28,7 +28,11 @@ class Button(_core.Control):
long style=0, Validator validator=DefaultValidator,
String name=ButtonNameStr) -> Button
Create and show a button.
Create and show a button. The preferred way to create standard
buttons is to use a standard ID and an empty label. In this case
wxWigets will automatically use a stock label that coresponds to the
ID given. In additon, the button will be decorated with stock icons
under GTK+ 2.
"""
newobj = _controls_.new_Button(*args, **kwargs)
self.this = newobj.this