]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
adding mac to the memory crit sect
[wxWidgets.git] / include / wx / gtk / choice.h
index d738e3e253e614adda99eb9af47a8509fc5d0287..17ae9edeb229e2e666aa8fdddb7a96d6014656d4 100644 (file)
@@ -77,6 +77,9 @@ public:
     wxString GetString( int n ) const;
     void SetString( int n, const wxString& string );
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
 protected:
     wxList m_clientList;    // contains the client data for the items
 
@@ -92,6 +95,7 @@ protected:
     virtual wxSize DoGetBestSize() const;
 
     virtual bool IsOwnGtkWindow( GdkWindow *window );
+
 private:
     // common part of Create() and DoAppend()
     int GtkAddHelper(GtkWidget *menu, int pos, const wxString& item);