summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget-specific :focus-on-click propertiesFlorian Müllner2015-11-031-2/+2
* GtkButton: Use FLAT style classMatthias Clasen2014-06-261-1/+1
* GtkButton: Deprecated setters and getters as wellMatthias Clasen2014-05-131-2/+2
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-2/+18
* Add gtk_button_new_from_icon_nameYosef Or Boczko2013-08-141-0/+3
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-3/+3
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+23
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* Add GDK_AVAILABLE annotations to new APIMatthias Clasen2012-07-151-0/+2
* button: fix variable name in function declarationCosimo Cecchi2012-05-211-1/+1
* Provide a way to force showing icons in buttonsWilliam Jon McCann2012-05-211-0/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Drop use of GDK_DISABLE_DEPRECATED guards in gtkMatthias Clasen2011-11-091-2/+0
* Add deprecation annotations for deprecated functionsMatthias Clasen2011-10-111-3/+5
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* gtkbutton: Move private functions to private headerJavier Jardón2011-06-061-7/+0
* Update _gtk_button_paint() arguments to GtkStyleContextCarlos Garnacho2011-01-101-4/+1
* gtktbutton: Move public members to private structureJavier Jardón2010-11-191-17/+5
* button: Port to draw vfuncBenjamin Otte2010-09-261-1/+3
* Add an accessor for the GSEALed Gtkbutton's event_window attributeMirsal Ennaime2010-06-261-0/+2
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Deprecate functions according to deprecated GtkButton signalsChristian Dywan2009-10-271-0/+4
* no need to include <gtk/gtkenums.h> in headers which somehow includeMichael Natterer2008-10-301-1/+0
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-1/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-9/+9
* Seal 3 remaining fields in GtkButton.Tim Janik2008-06-201-3/+3
* Deprecate direct access to public variables in GtkButton.Tim Janik2008-06-201-9/+9
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-8/+8
* Add a GtkButton::image-position property with getter and setter, to allowMatthias Clasen2006-05-311-1/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-7/+2
* *** empty log message ***Matthias Clasen2004-11-151-0/+4
* Add new properties, xalign and yalign, with getter and setterMatthias Clasen2003-12-151-3/+8
* add property focus_on_clickSoeren Sandmann2003-04-021-22/+27
* Deprecation cleanupManish Singh2002-10-111-6/+6
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* feedback when check and radio buttons are depressed.Soeren Sandmann2002-02-221-0/+1
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-2/+9
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-0/+2
* gtk/gtkbutton.[ch] fixed inline commentsSven Neumann2001-10-261-2/+2
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-5/+16
* Add optional movement on push to buttons (based on patch from SoerenOwen Taylor2001-08-251-2/+4
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-1/+1
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-14/+12
* Add animation of activation by, on activate, pressing the button, andOwen Taylor2001-03-061-0/+3
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-1/+5
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1