X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dec7b5a8085402c3b170d49f838086c4271d6017..a516284f67e1910fc6dc5364b289340332d0d35f:/include/wx/gtk/listbox.h diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 45b330c515..038a53464b 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -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);