type Gtk_Recent_Chooser_Dialog_Record is new Gtk.Dialog.Gtk_Dialog_Record with private;
type Gtk_Recent_Chooser_Dialog is access all Gtk_Recent_Chooser_Dialog_Record'Class;
function Get_Type return GType;
procedure Gtk_New
( | Widget | : out Gtk_Recent_Chooser_Dialog; |
Title | : String; | |
Parent | : access Gtk.Window.Gtk_Window_Record'Class); |
procedure Initialize
( | Widget | : access Gtk_Recent_Chooser_Dialog_Record'Class; |
Title | : String; | |
Parent | : access Gtk.Window.Gtk_Window_Record'Class); |
procedure Gtk_New_For_Manager
( | Widget | : out Gtk_Recent_Chooser_Dialog; |
Title | : String; | |
Parent | : access Gtk.Window.Gtk_Window_Record'Class; | |
Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class); |
procedure Initialize_For_Manager
( | Widget | : access Gtk_Recent_Chooser_Dialog_Record'Class; |
Title | : String; | |
Parent | : access Gtk.Window.Gtk_Window_Record'Class; | |
Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class); |
Gtk_Recent_Chooser_Dialog is a dialog box suitable for displaying the recently used documents. This widgets works by putting a Gtk_Recent_Chooser_Widget inside a Gtk_Dialog. It exposes the Gtk_Recent_Chooser_Iface interface, so you can use all the Gtk_Recent_Chooser functions on the recent chooser dialog as well as those for Gtk_Dialog.
Note that Gtk_Recent_Chooser_Dialog does not have any methods of its own.
Instead, you should use the functions that work on a Gtk_Recent_Chooser.
Binding from C File version 2.16.6