summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-11-17 19:28:48 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-11-23 16:51:39 +0100
commitcf25ec8fa76721957d4bee91615096aede936c5d (patch)
tree1d66e6f73f02984f1cea8c65e9789f12686d9c90 /gtk/gtk.h
parent9d6055d0c891c21980a576b17b853310c3ac3797 (diff)
downloadgtk+-cf25ec8fa76721957d4bee91615096aede936c5d.tar.gz
open-with: first attempt to split the dialog into a widget + interface
Like GtkFileChooser does; GtkOpenWith is a generic interface, which is now implemented by both GtkOpenWithDialog and GtkOpenWithWidget (and in the future also by GtkOpenWithComboBox).
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 5cfcba23d9..fa823ae335 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -129,7 +129,9 @@
#include <gtk/gtkmountoperation.h>
#include <gtk/gtknotebook.h>
#include <gtk/gtkoffscreenwindow.h>
+#include <gtk/gtkopenwith.h>
#include <gtk/gtkopenwithdialog.h>
+#include <gtk/gtkopenwithwidget.h>
#include <gtk/gtkorientable.h>
#include <gtk/gtkpagesetup.h>
#include <gtk/gtkpapersize.h>