aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-09 15:48:38 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-09 15:48:38 +0000
commit40b1be25fa03602a2c0ae973663a3645d825db55 (patch)
tree70c24e06d6a6d8cb74e88a468b9168a993c0da04 /gtk/recent.h
parentf9ef0270eb75c46f9a335d7298dd00636a21bf24 (diff)
Moved column xalign values.
svn path=/trunk/; revision=31215
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index ec32e584be..9ef7191934 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -46,6 +46,12 @@ typedef struct _col_width_data {
gchar xalign;
} col_width_data;
+/** Defines used in col_width_data.xalign */
+#define COLUMN_XALIGN_DEFAULT 0
+#define COLUMN_XALIGN_LEFT 'L'
+#define COLUMN_XALIGN_CENTER 'C'
+#define COLUMN_XALIGN_RIGHT 'R'
+
/** Recent settings. */
typedef struct recent_settings_tag {
gboolean main_toolbar_show;