X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f6407b9473f0a3cbd88d6419926b25ab5d6850a..10310d83222024c0a4f22e04ae3cc6f18caf5e47:/include/wx/gtk1/choice.h diff --git a/include/wx/gtk1/choice.h b/include/wx/gtk1/choice.h index 36f403bb74..6849cec905 100644 --- a/include/wx/gtk1/choice.h +++ b/include/wx/gtk1/choice.h @@ -73,6 +73,7 @@ class wxChoice: public wxControl void SetColumns( int n = 1 ); void SetSelection( int n ); void SetStringSelection( const wxString &string ); + void SetFont( const wxFont &font ); }; #endif // __GTKCHOICEH__