]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
No real changes, just add wxSizerItem::AddBorderToSize() helper.
[wxWidgets.git] / include / wx / gtk / listbox.h
index 45b330c515c834a7b86794fb6bd3d70b9a136344..038a53464b86920e535e933f1a66fabe13f9dd1a 100644 (file)
@@ -82,11 +82,7 @@ public:
 
     // implementation from now on
 
-    GtkWidget *GetConnectWidget();
-
-#if wxUSE_TOOLTIPS
-    void GTKApplyToolTip( GtkTooltips *tips, const gchar *tip );
-#endif // wxUSE_TOOLTIPS
+    virtual GtkWidget *GetConnectWidget();
 
     struct _GtkTreeView   *m_treeview;
     struct _GtkListStore  *m_liststore;
@@ -100,6 +96,9 @@ public:
     void GTKDisableEvents();
     void GTKEnableEvents();
 
+    void GTKOnSelectionChanged();
+    void GTKOnActivated(int item);
+
 protected:
     virtual void DoClear();
     virtual void DoDeleteOneItem(unsigned int n);