aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-06-14 16:45:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-06-14 16:45:06 +0000
commit98325a69c91319ed2559227a22f80b6448cc171c (patch)
tree48758e9f49129e06973700c4d47a238dd45b756e /gtk/recent.h
parentff8881072b25a4986e2336cb6a49b84d9cdc579b (diff)
Save the column width in the recent list on every change so we can
pick the correct width when changing the time precision. svn path=/trunk/; revision=25451
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index 697c6892f9..1be017a4b1 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -142,4 +142,11 @@ extern int recent_set_arg(char *prefarg);
*/
extern gint recent_get_column_width(gint col);
+/** Set the column width for the given column
+ *
+ * @param col column number
+ * @param width column width
+ */
+extern void recent_set_column_width(gint col, gint width);
+
#endif /* recent.h */