A little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,11 +38,11 @@ public:
|
|||||||
|
|
||||||
DocCtorStr(
|
DocCtorStr(
|
||||||
wxControl(wxWindow *parent,
|
wxControl(wxWindow *parent,
|
||||||
wxWindowID id=-1,
|
wxWindowID id=-1,
|
||||||
const wxPoint& pos=wxDefaultPosition,
|
const wxPoint& pos=wxDefaultPosition,
|
||||||
const wxSize& size=wxDefaultSize,
|
const wxSize& size=wxDefaultSize,
|
||||||
long style=0,
|
long style=0,
|
||||||
const wxValidator& validator=wxDefaultValidator,
|
const wxValidator& validator=wxDefaultValidator,
|
||||||
const wxString& name=wxPyControlNameStr),
|
const wxString& name=wxPyControlNameStr),
|
||||||
"Create a Control. Normally you should only call this from a subclass'
|
"Create a Control. Normally you should only call this from a subclass'
|
||||||
__init__ as a plain old wx.Control is not very useful.", "");
|
__init__ as a plain old wx.Control is not very useful.", "");
|
||||||
|
Reference in New Issue
Block a user