SetBestSize alias

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-03 07:45:45 +00:00
parent e676f137e7
commit 4f84bfb64f
2 changed files with 4 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ public:
void _setCallbackInfo(PyObject* self, PyObject* _class);
%pythoncode { SetBestSize = wx.Window.SetInitialSize }
bool DoEraseBackground(wxDC* dc);
void DoMoveWindow(int x, int y, int width, int height);

View File

@@ -159,6 +159,7 @@ public:
void _setCallbackInfo(PyObject* self, PyObject* _class);
%pythoncode { SetBestSize = wx.Window.SetInitialSize }
bool DoEraseBackground(wxDC* dc);
void DoMoveWindow(int x, int y, int width, int height);
@@ -340,6 +341,7 @@ public:
void _setCallbackInfo(PyObject* self, PyObject* _class);
%pythoncode { SetBestSize = wx.Window.SetInitialSize }
bool DoEraseBackground(wxDC* dc);
void DoMoveWindow(int x, int y, int width, int height);
@@ -513,6 +515,7 @@ public:
void _setCallbackInfo(PyObject* self, PyObject* _class);
%pythoncode { SetBestSize = wx.Window.SetInitialSize }
bool DoEraseBackground(wxDC* dc);
void DoMoveWindow(int x, int y, int width, int height);