summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktreeviewcolumn.h')
-rw-r--r--gtk/gtktreeviewcolumn.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtktreeviewcolumn.h b/gtk/gtktreeviewcolumn.h
index b868801580..9552b277f9 100644
--- a/gtk/gtktreeviewcolumn.h
+++ b/gtk/gtktreeviewcolumn.h
@@ -100,15 +100,15 @@ struct _GtkTreeViewColumn
GtkSortType GSEAL (sort_order);
/* Flags */
- guint GSEAL (visible : 1);
- guint GSEAL (resizable : 1);
- guint GSEAL (clickable : 1);
- guint GSEAL (dirty : 1);
- guint GSEAL (show_sort_indicator : 1);
- guint GSEAL (maybe_reordered : 1);
- guint GSEAL (reorderable : 1);
- guint GSEAL (use_resized_width : 1);
- guint GSEAL (expand : 1);
+ guint GSEAL (visible) : 1;
+ guint GSEAL (resizable) : 1;
+ guint GSEAL (clickable) : 1;
+ guint GSEAL (dirty) : 1;
+ guint GSEAL (show_sort_indicator) : 1;
+ guint GSEAL (maybe_reordered) : 1;
+ guint GSEAL (reorderable) : 1;
+ guint GSEAL (use_resized_width) : 1;
+ guint GSEAL (expand) : 1;
};
struct _GtkTreeViewColumnClass