- struct _GtkTreeEntry* GtkGetEntry(unsigned pos) const;
- void GtkInsertItems(const wxArrayString& items,
- void** clientData, unsigned int pos);
- void GtkDeselectAll();
- void GtkSetSelection(int n, const bool select, const bool blockEvent);
+ void GTKDisableEvents();
+ void GTKEnableEvents();
+
+ void GTKOnSelectionChanged();
+ void GTKOnActivated(int item);