]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/control.h
Added support for delayed deactivation of windows (for MDI)
[wxWidgets.git] / include / wx / gtk / control.h
index 38b59dcf29f301681d3b21215261a3a1baf95e18..17db76e5711942fd57da856cd3aff3f6a2351fda 100644 (file)
@@ -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