Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/recent-files/egg-recent-view-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/recent-files/egg-recent-view-gtk.h')
-rw-r--r--cut-n-paste/recent-files/egg-recent-view-gtk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cut-n-paste/recent-files/egg-recent-view-gtk.h b/cut-n-paste/recent-files/egg-recent-view-gtk.h
index 7e56baf..287f3e0 100644
--- a/cut-n-paste/recent-files/egg-recent-view-gtk.h
+++ b/cut-n-paste/recent-files/egg-recent-view-gtk.h
@@ -59,6 +59,10 @@ void egg_recent_view_gtk_set_icon_size (EggRecentViewGtk *view,
GtkIconSize icon_size);
GtkIconSize egg_recent_view_gtk_get_icon_size (EggRecentViewGtk *view);
+void egg_recent_view_gtk_set_label_width (EggRecentViewGtk *view,
+ gint chars);
+gint egg_recent_view_gtk_get_label_width (EggRecentViewGtk *view);
+
G_END_DECLS
#endif /* __EGG_RECENT_VIEW_GTK_H__ */