diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-24 18:45:42 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-24 18:45:42 +0100 |
commit | 2a95707b4c77606b539c5ddacded4eadaf4de7cb (patch) | |
tree | a18f94ce1f6b2d3ee479f017e622a7399fff0fd0 /gtk/gtk.h | |
parent | 627f9b70a7d9d24c3a206c6866292a141d41b731 (diff) | |
download | gtk+-2a95707b4c77606b539c5ddacded4eadaf4de7cb.tar.gz |
app-chooser-combobox: add an initial implementation
GtkAppChooserCombobox is an implementation of GtkAppChooser inside a
combobox that shows recommended applications for a given content type.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ #include <gtk/gtkappchooser.h> #include <gtk/gtkappchooserdialog.h> #include <gtk/gtkappchooserwidget.h> +#include <gtk/gtkappchoosercombobox.h> #include <gtk/gtkorientable.h> #include <gtk/gtkpagesetup.h> #include <gtk/gtkpapersize.h> |