/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/frame.h
+// Name: wx/gtk1/frame.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);
-
+
void SetStatusBar(wxStatusBar *statbar);
#endif // wxUSE_STATUSBAR
const wxString& name = wxToolBarNameStr);
void SetToolBar(wxToolBar *toolbar);
#endif // wxUSE_TOOLBAR
-
+
wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); }
// implementation from now on