]> 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 707665eaadcf1e36e8f56699d7a25c64f82b58bb..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;
@@ -101,6 +97,7 @@ public:
     void GTKEnableEvents();
 
     void GTKOnSelectionChanged();
+    void GTKOnActivated(int item);
 
 protected:
     virtual void DoClear();