summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcellrenderer.h')
-rw-r--r--gtk/gtkcellrenderer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtkcellrenderer.h b/gtk/gtkcellrenderer.h
index bcb021031b..25e8571103 100644
--- a/gtk/gtkcellrenderer.h
+++ b/gtk/gtkcellrenderer.h
@@ -70,13 +70,13 @@ struct _GtkCellRenderer
guint16 GSEAL (xpad);
guint16 GSEAL (ypad);
- guint GSEAL (mode : 2);
- guint GSEAL (visible : 1);
- guint GSEAL (is_expander : 1);
- guint GSEAL (is_expanded : 1);
- guint GSEAL (cell_background_set : 1);
- guint GSEAL (sensitive : 1);
- guint GSEAL (editing : 1);
+ guint GSEAL (mode) : 2;
+ guint GSEAL (visible) : 1;
+ guint GSEAL (is_expander) : 1;
+ guint GSEAL (is_expanded) : 1;
+ guint GSEAL (cell_background_set) : 1;
+ guint GSEAL (sensitive) : 1;
+ guint GSEAL (editing) : 1;
};
struct _GtkCellRendererClass