diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2008-04-11 16:56:26 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2008-04-11 16:56:26 +0000 |
commit | 58f712f7edab6f4fed322f2cd8de3f760760814e (patch) | |
tree | 62d261e7b10d8cc35bf7e3d39bcacf0653ff74b0 /gtk/gtkbuildable.h | |
parent | a011f8c06f1c82b07cfd6dacf8fd3a6272615f57 (diff) | |
download | gtk+-58f712f7edab6f4fed322f2cd8de3f760760814e.tar.gz |
Added <attributes> / <attribute> custom tags to parse pango attributes
* gtk/gtklabel.c: Added <attributes> / <attribute>
custom tags to parse pango attributes into labels.
* tests/buildertest.c: Added tests for GtkLabel custom
tag parsing.
svn path=/trunk/; revision=19995
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r-- | gtk/gtkbuildable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index ee18fe8db5..21fcc61147 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -33,6 +33,7 @@ G_BEGIN_DECLS #define GTK_IS_BUILDABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_BUILDABLE)) #define GTK_BUILDABLE_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_BUILDABLE, GtkBuildableIface)) + typedef struct _GtkBuildable GtkBuildable; /* Dummy typedef */ typedef struct _GtkBuildableIface GtkBuildableIface; |