]> Pileus Git - ~andy/gtk/commit
app-chooser-combobox: add an initial implementation
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 24 Nov 2010 17:45:42 +0000 (18:45 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 24 Nov 2010 17:45:42 +0000 (18:45 +0100)
commit2a95707b4c77606b539c5ddacded4eadaf4de7cb
treea18f94ce1f6b2d3ee479f017e622a7399fff0fd0
parent627f9b70a7d9d24c3a206c6866292a141d41b731
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.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkappchoosercombobox.c [new file with mode: 0644]
gtk/gtkappchoosercombobox.h [new file with mode: 0644]
tests/testappchoosercombo.c [new file with mode: 0644]