X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09e744f55267ee17225f1e25f4fb26f4d8927781..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/gtk/listbox.h?ds=inline diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 791766f62f..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;