diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-05-29 17:00:33 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-16 01:01:38 -0400 |
commit | 68acf78c5d6bf6c76b8912cf28eb70e597558a10 (patch) | |
tree | a0083b9edb05655855a3cfae00374b2fd5f770e0 /gtk/gtk.h | |
parent | 129d3f09e6667ac5f63ae6883105c4d03c806620 (diff) | |
download | gtk+-68acf78c5d6bf6c76b8912cf28eb70e597558a10.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> |