]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
DnD fixes
[wxWidgets.git] / include / wx / gtk / choice.h
index 40cecba7866fcbdfd3685023c82cf09fca4080dc..92fb5f40a706764dfd0f0e82826b70a09b4c6f70 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        choice.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -73,7 +73,9 @@ class wxChoice: public wxControl
     void SetSelection( int n );
     void SetStringSelection( const wxString &string );
     
-    void SetFont( const wxFont &font );
+  // implementation
+    
+    void ApplyWidgetStyle();
 };
 
 #endif // __GTKCHOICEH__