Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app-chooser-button: add gtk_app_chooser_button_set_active_custom_item() | Cosimo Cecchi | 2010-12-01 | 1 | -0/+3 |
| | | | | This allows to pre-select a custom item. | ||||
* | app-chooser-button: change the API approach for custom items | Cosimo Cecchi | 2010-11-29 | 1 | -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 -> GtkAppChooserButton | Cosimo Cecchi | 2010-11-29 | 1 | -0/+109 |