Chnaged wxGLCanvas::SetSize() to DoSetSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-03-02 11:23:42 +00:00
parent 370ae202e1
commit 180307dac0
2 changed files with 4 additions and 8 deletions

View File

@@ -103,9 +103,8 @@ class wxGLCanvas: public wxScrolledWindow
// implementation
virtual void SetSize( int x, int y, int width, int height,
virtual void DoSetSize( int x, int y, int width, int height,
int sizeFlags = wxSIZE_AUTO );
virtual void SetSize( int width, int height );
virtual GtkWidget *GetConnectWidget();
bool IsOwnGtkWindow( GdkWindow *window );