type Gtk_Recent_Action_Record is new Gtk.Action.Gtk_Action_Record with private;
type Gtk_Recent_Action is access all Gtk_Recent_Action_Record'Class;
Show_Numbers_Property : constant Glib.Properties.Property_Boolean;
procedure Gtk_New
( | Widget | : out Gtk_Recent_Action; |
Name | : String; | |
Label | : String := ""; | |
Tooltip | : String := ""; | |
Stock_Id | : String := ""); |
procedure Initialize
( | Widget | : access Gtk_Recent_Action_Record'Class; |
Name | : String; | |
Label | : String := ""; | |
Tooltip | : String := ""; | |
Stock_Id | : String := ""); |
procedure Gtk_New_For_Manager
( | Widget | : out Gtk_Recent_Action; |
Name | : String; | |
Label | : String := ""; | |
Tooltip | : String := ""; | |
Stock_Id | : String := ""; | |
Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class := Gtk.Recent_Manager.Get_Default); |
procedure Initialize_For_Manager
( | Widget | : access Gtk_Recent_Action_Record'Class; |
Name | : String; | |
Label | : String := ""; | |
Tooltip | : String := ""; | |
Stock_Id | : String := ""; | |
Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class := Gtk.Recent_Manager.Get_Default); |
function Get_Show_Numbers
( | Action | : access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Show_Numbers
( | Action | : access Gtk_Recent_Action_Record; |
Show_Numbers | : Boolean); |
A Gtk_Recent_Action represents a list of recently used files, which can be shown by widgets such as Gtk_Recent_Chooser_Dialog or Gtk_Recent_Chooser_Menu.
To construct a submenu showing recently used files, use a Gtk_Recent_Action as the action for a menuitem. To construct a menu toolbutton showing the recently used files in the popup menu, use a Gtk_Recent_Action as the action for a toolitem element.
Binding from C File version 2.16.6