X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..90a77e64841dfcaf37103b6411987402739baa0b:/include/wx/gtk1/frame.h?ds=inline diff --git a/include/wx/gtk1/frame.h b/include/wx/gtk1/frame.h index 94949f2d67..49d68c8805 100644 --- a/include/wx/gtk1/frame.h +++ b/include/wx/gtk1/frame.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/frame.h +// Name: wx/gtk1/frame.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -60,7 +60,7 @@ public: long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE, wxWindowID id = 0, const wxString& name = wxStatusLineNameStr); - + void SetStatusBar(wxStatusBar *statbar); #endif // wxUSE_STATUSBAR @@ -70,7 +70,7 @@ public: const wxString& name = wxToolBarNameStr); void SetToolBar(wxToolBar *toolbar); #endif // wxUSE_TOOLBAR - + wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); } // implementation from now on