type Gtk_Recent_Chooser_Widget_Record is new Gtk.Box.Gtk_Vbox_Record with private;
type Gtk_Recent_Chooser_Widget is access all Gtk_Recent_Chooser_Widget_Record'Class;
function Get_Type return GType;
procedure Gtk_New
( | Widget | : out Gtk_Recent_Chooser_Widget); |
procedure Initialize
( | Widget | : access Gtk_Recent_Chooser_Widget_Record'Class); |
procedure Gtk_New_For_Manager
( | Widget | : out Gtk_Recent_Chooser_Widget; |
Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class); |
procedure Initialize_For_Manager
( | Widget | : access Gtk_Recent_Chooser_Widget_Record'Class; |
Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class); |
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.
Binding from C File version 2.16.6