diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-17 19:28:48 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-23 16:51:39 +0100 |
commit | cf25ec8fa76721957d4bee91615096aede936c5d (patch) | |
tree | 1d66e6f73f02984f1cea8c65e9789f12686d9c90 /gtk/gtk.h | |
parent | 9d6055d0c891c21980a576b17b853310c3ac3797 (diff) | |
download | gtk+-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |