summaryrefslogtreecommitdiff
path: root/tests/testappchooserbutton.c
Commit message (Collapse)AuthorAgeFilesLines
* app-chooser-button: add gtk_app_chooser_button_set_active_custom_item()Cosimo Cecchi2010-12-011-0/+3
| | | | This allows to pre-select a custom item.
* app-chooser-button: change the API approach for custom itemsCosimo Cecchi2010-11-291-3/+27
| | | | | | | | | Introduce a 'custom-item-activated' on the widget, which behaves similairly to GtkEntryCompletion::action-activated, i.e. is emitted when a custom item is chosen from the dropdown list. Clients can use the name provided when adding the item as a detail for the signal, to get notified when that specific item is activated, or use the signal without details to get notifications for all custom items.
* app-chooser-button: rename GtkAppChooserComboBox -> GtkAppChooserButtonCosimo Cecchi2010-11-291-0/+109