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