X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ef94bfc25eb21f1d3fa93b3d55c5a1ca18d8e62..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/gtk1/control.h diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index a579a27492..79ec3f47af 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/control.h @@ -19,7 +19,7 @@ // classes //----------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxControl; +class WXDLLIMPEXP_FWD_CORE wxControl; typedef struct _GtkLabel GtkLabel; typedef struct _GtkFrame GtkFrame; @@ -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,