X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d9f12f3b9f997b6308faf336d5381be591b71f4..bd73ba41f93a040ecf9c18040d7f788992d0a6ec:/include/wx/gtk/frame.h diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index ec5261621e..5240e7b884 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -73,6 +73,8 @@ public: const wxString& name = wxToolBarNameStr); void SetToolBar(wxToolBar *toolbar); #endif // wxUSE_TOOLBAR + + wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); } // implementation from now on // --------------------------