summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:03:09 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:03:09 +0000
commit8697184d32d43d8a7ff24a9b6dba4426d7d2d1b1 (patch)
tree4d5c259cfa59bff98fbc7352f2f2843fc6fe2975 /gtk/gtklabel.h
parent2974a7ce1f95603332e59e8d10da256d2f801f1b (diff)
downloadgtk+-8697184d32d43d8a7ff24a9b6dba4426d7d2d1b1.tar.gz
gtklabel.h: include bit-size of fields inside GSEAL parens.
svn path=/trunk/; revision=20547
Diffstat (limited to 'gtk/gtklabel.h')
-rw-r--r--gtk/gtklabel.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h
index 27e300dad9..5333dc7543 100644
--- a/gtk/gtklabel.h
+++ b/gtk/gtklabel.h
@@ -57,16 +57,16 @@ struct _GtkLabel
/*< private >*/
gchar *GSEAL (label);
- guint GSEAL (jtype) : 2;
- guint GSEAL (wrap) : 1;
- guint GSEAL (use_underline) : 1;
- guint GSEAL (use_markup) : 1;
- guint GSEAL (ellipsize) : 3;
- guint GSEAL (single_line_mode) : 1;
- guint GSEAL (have_transform) : 1;
- guint GSEAL (in_click) : 1;
- guint GSEAL (wrap_mode) : 3;
- guint GSEAL (pattern_set) : 1;
+ guint GSEAL (jtype : 2);
+ guint GSEAL (wrap : 1);
+ guint GSEAL (use_underline : 1);
+ guint GSEAL (use_markup : 1);
+ guint GSEAL (ellipsize : 3);
+ guint GSEAL (single_line_mode : 1);
+ guint GSEAL (have_transform : 1);
+ guint GSEAL (in_click : 1);
+ guint GSEAL (wrap_mode : 3);
+ guint GSEAL (pattern_set : 1);
guint GSEAL (mnemonic_keyval);