diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-05-29 17:00:33 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-07-10 22:41:12 -0400 |
commit | 126a2308ca467744178d4be3309403f6899de987 (patch) | |
tree | 66a321f37f4874f89b57772044662bb9cd195cb7 /gtk/gtk.h | |
parent | f7683b05b1c29ecc715715b95b2011a895917cf4 (diff) | |
download | gtk+-126a2308ca467744178d4be3309403f6899de987.tar.gz |
level-bar: introduce GtkLevelBar
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
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ #include <gtk/gtkinvisible.h> #include <gtk/gtklabel.h> #include <gtk/gtklayout.h> +#include <gtk/gtklevelbar.h> #include <gtk/gtklinkbutton.h> #include <gtk/gtkliststore.h> #include <gtk/gtklockbutton.h> |