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:
parent
6bda7508c6
commit
11ec0dcea2
@ -38,11 +38,11 @@ public:
|
||||
|
||||
DocCtorStr(
|
||||
wxControl(wxWindow *parent,
|
||||
wxWindowID id=-1,
|
||||
const wxPoint& pos=wxDefaultPosition,
|
||||
const wxSize& size=wxDefaultSize,
|
||||
long style=0,
|
||||
const wxValidator& validator=wxDefaultValidator,
|
||||
wxWindowID id=-1,
|
||||
const wxPoint& pos=wxDefaultPosition,
|
||||
const wxSize& size=wxDefaultSize,
|
||||
long style=0,
|
||||
const wxValidator& validator=wxDefaultValidator,
|
||||
const wxString& name=wxPyControlNameStr),
|
||||
"Create a Control. Normally you should only call this from a subclass'
|
||||
__init__ as a plain old wx.Control is not very useful.", "");
|
||||
|
Loading…
Reference in New Issue
Block a user