X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f6407b9473f0a3cbd88d6419926b25ab5d6850a..3efb01df7b4f5d6adb165119aa219c9ffde3cf42:/include/wx/gtk/choice.h?ds=sidebyside diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index 36f403bb74..70f5f4bd7e 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -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__