]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statbox.h
* wx.Panel doesn't have a SetTitle anymore. What was this used for
[wxWidgets.git] / include / wx / gtk / statbox.h
index 015c5280c3abf2f954a5e253dc32729560f0f8bb..90c5abc8c3f7909e169779ac21921bff4b12d529 100644 (file)
@@ -7,14 +7,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GTKSTATICBOXH__
 #define __GTKSTATICBOXH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 //-----------------------------------------------------------------------------
 // wxStaticBox
 //-----------------------------------------------------------------------------
@@ -48,6 +43,9 @@ public:
     virtual bool IsTransparentForMouse() const { return TRUE; }
 
 protected:
+    virtual bool GTKWidgetNeedsMnemonic() const;
+    virtual void GTKWidgetDoSetMnemonic(GtkWidget* w);
+
     void DoApplyWidgetStyle(GtkRcStyle *style);
     
 private: