]> Pileus Git - ~andy/gtk/commit
open-with: first attempt to split the dialog into a widget + interface
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 17 Nov 2010 18:28:48 +0000 (19:28 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:39 +0000 (16:51 +0100)
commitcf25ec8fa76721957d4bee91615096aede936c5d
tree1d66e6f73f02984f1cea8c65e9789f12686d9c90
parent9d6055d0c891c21980a576b17b853310c3ac3797
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).
gtk/Makefile.am
gtk/gtk.h
gtk/gtkenums.h
gtk/gtkopenwith.c [new file with mode: 0644]
gtk/gtkopenwith.h [new file with mode: 0644]
gtk/gtkopenwithdialog.c
gtk/gtkopenwithdialog.h
gtk/gtkopenwithprivate.h [new file with mode: 0644]
gtk/gtkopenwithwidget.c [new file with mode: 0644]
gtk/gtkopenwithwidget.h [new file with mode: 0644]
tests/testopenwith.c