summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-18 17:33:23 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-04 23:37:06 +0900
commit26c3f1a26d1f282743513fb437eb3e79b2436690 (patch)
tree5adf4f5a21a842cf30a17c08c7b7d3e460d587bf /gtk/gtk.h
parentf15a589651889fae1c2436f052b9f960d46b482a (diff)
downloadgtk+-26c3f1a26d1f282743513fb437eb3e79b2436690.tar.gz
Adding GtkTreeMenu class.
Added GtkTreeMenu class to automatically render a GtkTreeModel into a GtkMenu hierarchy (will be used by GtkComboBox for its dropdown menus). Included an accompanying testcase tests/testtreemenu
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 0d85793a3c..f55bdcfc3d 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -209,6 +209,7 @@
#include <gtk/gtktooltip.h>
#include <gtk/gtktestutils.h>
#include <gtk/gtktreednd.h>
+#include <gtk/gtktreemenu.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreemodelfilter.h>
#include <gtk/gtktreemodelsort.h>