]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
doubleclick selects cell for editing
[wxWidgets.git] / include / wx / gtk / choice.h
index a93591cd6a05bd18896991fa039257baa552c0b3..8732297d191c78eaee4d0431f9ac841f75806e73 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKCHOICEH__
@@ -83,7 +83,7 @@ public:
 protected:
     wxList m_clientList;    // contains the client data for the items
 
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     virtual int DoAppend(const wxString& item);
     virtual int DoInsert(const wxString& item, int pos);