]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
changed/centralized window creation code to allow wxTLW work in wxUniv
[wxWidgets.git] / include / wx / gtk1 / frame.h
index ec5261621e5150802c0c573f8e5a4d87ec9ca20a..5240e7b8846b4673bea4b2aad4be036c8db91442 100644 (file)
@@ -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
     // --------------------------