SetBestSize alias
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user