summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: mark base interface as privateWilliam Jon McCann2014-01-211-0/+3
|
* actionable: silence g-i scanner warningCosimo Cecchi2012-06-251-1/+1
| | | | | | | The parameter should be named the same in the definition and the declararion. https://bugzilla.gnome.org/show_bug.cgi?id=677127
* Change FSF AddressJavier Jardón2012-02-271-4/+2
|
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+8
| | | | | | | This patch changes all uses of GDK_DEPRECATED(_FOR) in gtk headers by the versioned variants, GDK_DEPRECATED_IN_3_x(_FOR). At the same time, we add GDK_AVAILABLE_IN_3_x annotations for all API additions in 3.2 and 3.4.
* Add new GtkActionable interfaceRyan Lortie2012-01-091-0/+71
This is the interface for GtkWidgets that can be associated with an action on a GtkAppicationWindow or associated GtkApplication. It essentially features 'action-name' and 'action-target' properties with some associated convenience API. This interface is implemented by GtkButton and GtkToolButton. https://bugzilla.gnome.org/show_bug.cgi?id=667394