]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
compilation fix for windows compilers: _wrename is declared in io.h
[wxWidgets.git] / include / wx / gtk1 / control.h
index 42e48726bfd212cdc2ba7a3fc3811c036fd78b4d..3fdfa9b8dbb7f9d6a4bbb7178ee6b4f4a4cbd5dd 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        control.h
+// Name:        wx/gtk1/control.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -72,12 +72,6 @@ protected:
     // remove mnemonics ("&"s) from the label
     static wxString GTKRemoveMnemonics(const wxString& label);
 
-    // converts wx label to GTK+ label, i.e. basically replace "&"s with "_"s
-    //
-    // for GTK+ 1 (which doesn't support mnemonics) this is the same as
-    // GTKRemoveMnemonics()
-    static wxString GTKConvertMnemonics(const wxString &label);
-
     // These are used by GetDefaultAttributes
     static wxVisualAttributes
         GetDefaultAttributesFromGTKWidget(GtkWidget* widget,