]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
DnD fixes
[wxWidgets.git] / include / wx / gtk / choice.h
index 9929a37fef33e3d50ee5f20ea8d3421e24d47ae3..92fb5f40a706764dfd0f0e82826b70a09b4c6f70 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        choice.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -74,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__