X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a9523f25dbdf9f80382276a419032cfe7f72f4c..dc86cb34c3a8f141686339f1285cf259dec5faaa:/include/wx/gtk/frame.h diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index c9274982ac..af0fe7328a 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -2,9 +2,8 @@ // Name: frame.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling, Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -99,7 +98,10 @@ public: void OnCloseWindow( wxCloseEvent& event ); void OnIdle(wxIdleEvent& event); - virtual void AddChild( wxWindow *child ); + void AddChild( wxWindow *child ); + + // implementation + virtual void GtkOnSize( int x, int y, int width, int height ); private: