]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/control.h
define WS_XXX constants missing in (some) CE SDKs
[wxWidgets.git] / include / wx / gtk / control.h
index 7dfa143621eb4a8e477daa1550f1d2245a8b492e..623133c461bf6fc3d2efb546885c2ec6476041ec 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __GTKCONTROLH__
 #define __GTKCONTROLH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -55,6 +55,9 @@ public:
 
 protected:
     virtual wxSize DoGetBestSize() const;
+#ifdef __WXGTK20__
+    wxString PrepareLabelMnemonics( const wxString &label ) const;
+#endif
 
     wxString   m_label;
     char       m_chAccel;  // enabled to avoid breaking binary compatibility later on