projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement GetPageText for the OSX WebKit implementation.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
listbox.h
diff --git
a/include/wx/gtk/listbox.h
b/include/wx/gtk/listbox.h
index 707665eaadcf1e36e8f56699d7a25c64f82b58bb..038a53464b86920e535e933f1a66fabe13f9dd1a 100644
(file)
--- a/
include/wx/gtk/listbox.h
+++ b/
include/wx/gtk/listbox.h
@@
-82,11
+82,7
@@
public:
// implementation from now on
// 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;
struct _GtkTreeView *m_treeview;
struct _GtkListStore *m_liststore;
@@
-101,6
+97,7
@@
public:
void GTKEnableEvents();
void GTKOnSelectionChanged();
void GTKEnableEvents();
void GTKOnSelectionChanged();
+ void GTKOnActivated(int item);
protected:
virtual void DoClear();
protected:
virtual void DoClear();