summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-04-29 01:14:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-04-29 01:14:29 +0000
commit6a3a43ddcc2dfb2d27eaf818de080b0197c0c017 (patch)
treeeeca0cdbf982a8f56c6a071dbad7a5e26a6cf8fb /gtk/gtktexttag.h
parent8dd48ab148e2cafd841425761279e411cc8b8099 (diff)
downloadgtk+-6a3a43ddcc2dfb2d27eaf818de080b0197c0c017.tar.gz
Add a way to specify accumulative margins. (#344499, Nate Nielsen)
2007-04-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktexttag.[hc]: Add a way to specify accumulative margins. (#344499, Nate Nielsen) svn path=/trunk/; revision=17685
Diffstat (limited to 'gtk/gtktexttag.h')
-rw-r--r--gtk/gtktexttag.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtktexttag.h b/gtk/gtktexttag.h
index cfc4b8b0cc..61d60d9afe 100644
--- a/gtk/gtktexttag.h
+++ b/gtk/gtktexttag.h
@@ -125,8 +125,11 @@ struct _GtkTextTag
guint editable_set : 1;
guint language_set : 1;
guint pg_bg_color_set : 1;
+
+ /* Whether these margins accumulate or override */
+ guint accumulative_margin : 1;
+
guint pad1 : 1;
- guint pad2 : 1;
};
struct _GtkTextTagClass