default parameters

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-30 22:56:44 +00:00
parent cdb14ecbe7
commit d3397f6a15

View File

@@ -977,8 +977,8 @@ public:
%pythonAppend wxStaticPicture "self._setOORInfo(self)" %pythonAppend wxStaticPicture "self._setOORInfo(self)"
%pythonAppend wxStaticPicture() "" %pythonAppend wxStaticPicture() ""
wxStaticPicture( wxWindow* parent, wxWindowID id, wxStaticPicture( wxWindow* parent, wxWindowID id=-1,
const wxBitmap& label, const wxBitmap& label=wxNullBitmap,
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = 0, long style = 0,
@@ -986,8 +986,8 @@ public:
%RenameCtor(PreStaticPicture, wxStaticPicture()); %RenameCtor(PreStaticPicture, wxStaticPicture());
bool Create( wxWindow* parent, wxWindowID id, bool Create( wxWindow* parent, wxWindowID id=-1,
const wxBitmap& label, const wxBitmap& label=wxNullBitmap,
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = 0, long style = 0,