]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
min size of an empty sizer should be (0, 0) and not (10, 10)
[wxWidgets.git] / include / wx / gtk / listbox.h
index 00adce243d8f0a4ee89711a59656b51df184c8e6..c5c28a4e78f5d2e323188722153abf7fe9f1e3e4 100644 (file)
@@ -100,6 +100,7 @@ public:
     struct _GtkTreeEntry* GtkGetEntry(int pos) const;
     void GtkInsertItems(const wxArrayString& items,
                         void** clientData, unsigned int pos);
+    void GtkDeselectAll();
     void GtkSetSelection(int n, const bool select, const bool blockEvent);
 
 protected: