]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
[wxWidgets.git] / include / wx / gtk / choice.h
index 6849cec905da2b8cd57c863ca3a5659999249b96..9929a37fef33e3d50ee5f20ea8d3421e24d47ae3 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 );
 };