summaryrefslogtreecommitdiff
path: root/gtk/gtkbuttonprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Forgotten fileMatthias Clasen2014-05-231-0/+3
|
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
| | | | | | | | | | | | | | | | | | We've recently a number of classes wholly. For these cases, move the headers and sources to gtk/deprecated/ and adjust Makefiles and includes accordingly. Affected classes: GtkAction GtkActionGroup GtkActivatable GtkIconFactory GtkImageMenuItem GtkRadioAction GtkRecentAction GtkStock GtkToggleAction GtkUIManager
* GtkCheckButton and GtkRadioButton: Implement baseline alignmentAlexander Larsson2013-04-231-0/+3
|
* port GtkButton to GtkActionHelperRyan Lortie2012-08-201-5/+2
|
* Provide a way to force showing icons in buttonsWilliam Jon McCann2012-05-211-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676429
* button: Remove _gtk_button_paint()Benjamin Otte2012-04-171-5/+0
| | | | | All buttons use the same paint function these days. States are managed correctly so this was just leftovers from GTK 1 or GTK 2.
* Add new GtkActionable interfaceRyan Lortie2012-01-091-0/+5
| | | | | | | | | | | | 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
* gtkbutton: Move private functions to private headerJavier Jardón2011-06-061-0/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651707
* GtkButtonPrivate: Improve struct packingMatthias Clasen2011-04-121-6/+7
|
* Create a private header to access some GtkButton variablesJavier Jardón2010-11-191-0/+55