Next: , Previous: GtkRecentChooserMenu, Up: Top


151 GtkRecentChooserWidget

Displays recently used files

151.1 Overview

<gtk-recent-chooser-widget> is a widget suitable for selecting recently used files. It is the main building block of a <gtk-recent-chooser-dialog>. Most applications will only need to use the latter; you can use <gtk-recent-chooser-widget> as part of a larger window if you have special needs.

Note that <gtk-recent-chooser-widget> does not have any methods of its own. Instead, you should use the functions that work on a <gtk-recent-chooser>.

Recently used files are supported since GTK+ 2.10.

151.2 Usage

— Class: <gtk-recent-chooser-widget>

Derives from <gtk-recent-chooser>, <gtk-vbox>.

This class defines no direct slots.

— Function: gtk-recent-chooser-widget-new ⇒  (ret <gtk-widget>)

Creates a new <gtk-recent-chooser-widget> object. This is an embeddable widget used to access the recently used resources list.

ret
a new <gtk-recent-chooser-widget>

Since 2.10