]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
Minor modifications...
[wxWidgets.git] / include / wx / gtk / choice.h
index 36f403bb7414c214b2ea511f00a6627c05ae489f..70f5f4bd7efefadbb02001145ba6cd735f027827 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
 /////////////////////////////////////////////////////////////////////////////
 
@@ -73,6 +72,10 @@ class wxChoice: public wxControl
     void SetColumns( int n = 1 );
     void SetSelection( int n );
     void SetStringSelection( const wxString &string );
+    
+    void SetFont( const wxFont &font );
+    void SetBackgroundColour( const wxColour &colour );
+
 };
 
 #endif // __GTKCHOICEH__