// 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;
void GTKEnableEvents();
void GTKOnSelectionChanged();
+ void GTKOnActivated(int item);
protected:
virtual void DoClear();