summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererspinner.h
Commit message (Collapse)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+2
| | | | Add annotations to all exported functions in GTK+ headers.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Fix gtk-doc markup: /* <private> */ should be /*< private >*/Javier Jardón2010-10-301-1/+1
|
* gtkcellrendererspinner: Remove GET_PRIV() macroJavier Jardón2010-07-131-0/+2
| | | | | This macro shouldn't be used in any function, but ->priv pointer instead.
* Add single-include guard and reduce includes to what's neededMichael Natterer2009-10-211-2/+5
|
* Use G_BEGIN/END_DECLS in gtkcellrendererspinner.hDebarshi Ray2009-10-161-0/+4
|
* Bug 319607 – Add a throbber (activity widget) to GTK+Bastien Nocera2009-10-141-0/+60
Add GtkSpinner activity throbber, as well as a cell renderer.