summaryrefslogtreecommitdiff
path: root/gtk/gtklevelbar.h
Commit message (Collapse)AuthorAgeFilesLines
* level bar: Make the full offset officialMatthias Clasen2016-02-061-0/+9
| | | | | We are adding 3 offsets, not just two. Add a define for the third one, and mention it in the docs.
* 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
* level-bar: add an "inverted" property like GtkProgressBarStefano Facchini2012-10-171-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684288
* level-bar: introduce GtkLevelBarCosimo Cecchi2012-07-161-0/+127
| | | | | | | Similar to CcStrengthBar from gnome-control-center, but more generic and with thorough CSS styling support. https://bugzilla.gnome.org/show_bug.cgi?id=677892
* Revert "level-bar: introduce GtkLevelBar"Matthias Clasen2012-07-111-111/+0
| | | | | | This reverts commit 126a2308ca467744178d4be3309403f6899de987. Pushed by mistake.
* level-bar: introduce GtkLevelBarCosimo Cecchi2012-07-101-0/+111
Similar to CcStrengthBar from gnome-control-center, but more generic and with thorough CSS styling support. https://bugzilla.gnome.org/show_bug.cgi?id=677892