]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
no message
[wxWidgets.git] / include / wx / gtk / choice.h
index 36f403bb7414c214b2ea511f00a6627c05ae489f..9929a37fef33e3d50ee5f20ea8d3421e24d47ae3 100644 (file)
@@ -73,6 +73,8 @@ 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__