default parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cdb14ecbe7
commit
d3397f6a15
@ -977,8 +977,8 @@ public:
|
||||
%pythonAppend wxStaticPicture "self._setOORInfo(self)"
|
||||
%pythonAppend wxStaticPicture() ""
|
||||
|
||||
wxStaticPicture( wxWindow* parent, wxWindowID id,
|
||||
const wxBitmap& label,
|
||||
wxStaticPicture( wxWindow* parent, wxWindowID id=-1,
|
||||
const wxBitmap& label=wxNullBitmap,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
@ -986,8 +986,8 @@ public:
|
||||
|
||||
%RenameCtor(PreStaticPicture, wxStaticPicture());
|
||||
|
||||
bool Create( wxWindow* parent, wxWindowID id,
|
||||
const wxBitmap& label,
|
||||
bool Create( wxWindow* parent, wxWindowID id=-1,
|
||||
const wxBitmap& label=wxNullBitmap,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user