]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/choice.h
"const" added to wxAccelTable ctor
[wxWidgets.git] / include / wx / gtk1 / choice.h
index 36f403bb7414c214b2ea511f00a6627c05ae489f..6849cec905da2b8cd57c863ca3a5659999249b96 100644 (file)
@@ -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__