git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19493
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return wxSize(req.width, req.height);
}
+#ifdef __WXGTK20__
wxString wxControl::PrepareLabelMnemonics( const wxString &label ) const
{
//Format mnemonics properly for GTK2. This can be called from GTK1.x, but
}
return label2;
}
+#endif
#endif // wxUSE_CONTROLS
return wxSize(req.width, req.height);
}
+#ifdef __WXGTK20__
wxString wxControl::PrepareLabelMnemonics( const wxString &label ) const
{
//Format mnemonics properly for GTK2. This can be called from GTK1.x, but
}
return label2;
}
+#endif
#endif // wxUSE_CONTROLS