]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
Instead of just deleting m_popupInterface, call Destroy() of its wxWindow-based popup...
[wxWidgets.git] / include / wx / gtk / listbox.h
index 791766f62f74a7e29d88a26fc1060d0cfc5a8371..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;