package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Recent_Action_Record, Gtk_Recent_Action);
package Implements_Gtk_Recent_Chooser is new Glib.Types.Implements (Gtk.Recent_Chooser.Gtk_Recent_Chooser, Gtk_Recent_Action_Record, Gtk_Recent_Action);
type Gtk_Recent_Action_Record is new Gtk_Action_Record with null record;
type Gtk_Recent_Action is access all Gtk_Recent_Action_Record'Class;
type Gtk_Recent_Sort_Func is access function (A : Gtk.Recent_Info.Gtk_Recent_Info; B : Gtk.Recent_Info.Gtk_Recent_Info) return Gint;
Show_Numbers_Property : constant Glib.Properties.Property_Boolean;
procedure Gtk_New
| ( | Widget | : out Gtk_Recent_Action; |
| Name | : UTF8_String; | |
| Label | : UTF8_String := ""; | |
| Tooltip | : UTF8_String := ""; | |
| Stock_Id | : UTF8_String := ""); |
procedure Initialize
| ( | Widget | : not null access Gtk_Recent_Action_Record'Class; |
| Name | : UTF8_String; | |
| Label | : UTF8_String := ""; | |
| Tooltip | : UTF8_String := ""; | |
| Stock_Id | : UTF8_String := ""); |
function Gtk_Recent_Action_New
| ( | Name | : UTF8_String; |
| Label | : UTF8_String := ""; | |
| Tooltip | : UTF8_String := ""; | |
| Stock_Id | : UTF8_String := "") return Gtk_Recent_Action; |
procedure Gtk_New_For_Manager
| ( | Widget | : out Gtk_Recent_Action; |
| Name | : UTF8_String; | |
| Label | : UTF8_String := ""; | |
| Tooltip | : UTF8_String := ""; | |
| Stock_Id | : UTF8_String := ""; | |
| Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class := Gtk.Recent_Manager.Get_Default); |
procedure Initialize_For_Manager
| ( | Widget | : not null access Gtk_Recent_Action_Record'Class; |
| Name | : UTF8_String; | |
| Label | : UTF8_String := ""; | |
| Tooltip | : UTF8_String := ""; | |
| Stock_Id | : UTF8_String := ""; | |
| Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class := Gtk.Recent_Manager.Get_Default); |
function Gtk_Recent_Action_New_For_Manager
| ( | Name | : UTF8_String; |
| Label | : UTF8_String := ""; | |
| Tooltip | : UTF8_String := ""; | |
| Stock_Id | : UTF8_String := ""; | |
| Manager | : access Gtk.Recent_Manager.Gtk_Recent_Manager_Record'Class := Gtk.Recent_Manager.Get_Default) return Gtk_Recent_Action; |
function Get_Type return Glib.GType;
function Get_Show_Numbers
| ( | Widget | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Show_Numbers
| ( | Widget | : not null access Gtk_Recent_Action_Record; |
| Show_Numbers | : Boolean); |
procedure Set_Sort_Func
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Sort_Func | : Gtk_Recent_Sort_Func; | |
| Data_Destroy | : Glib.G_Destroy_Notify_Address); |
procedure Add_Filter
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Filter | : not null access Gtk.Recent_Filter.Gtk_Recent_Filter_Record'Class); |
function Get_Current_Item
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Gtk.Recent_Info.Gtk_Recent_Info; |
function Get_Current_Uri
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return UTF8_String; |
function Set_Current_Uri
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| URI | : UTF8_String) return Boolean; |
function Get_Filter
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Gtk.Recent_Filter.Gtk_Recent_Filter; |
procedure Set_Filter
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Filter | : not null access Gtk.Recent_Filter.Gtk_Recent_Filter_Record'Class); |
function Get_Items
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Gtk.Recent_Manager.Gtk_Recent_Info_List.Glist; |
function Get_Limit
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Gint; |
procedure Set_Limit
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Limit | : Gint); |
function Get_Local_Only
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Local_Only
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Local_Only | : Boolean); |
function Get_Select_Multiple
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Select_Multiple
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Select_Multiple | : Boolean); |
function Get_Show_Icons
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Show_Icons
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Show_Icons | : Boolean); |
function Get_Show_Not_Found
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Show_Not_Found
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Show_Not_Found | : Boolean); |
function Get_Show_Private
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Show_Private
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Show_Private | : Boolean); |
function Get_Show_Tips
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Boolean; |
procedure Set_Show_Tips
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Show_Tips | : Boolean); |
function Get_Sort_Type
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Gtk.Recent_Chooser.Gtk_Recent_Sort_Type; |
procedure Set_Sort_Type
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Sort_Type | : Gtk.Recent_Chooser.Gtk_Recent_Sort_Type); |
function List_Filters
| ( | Chooser | : not null access Gtk_Recent_Action_Record) return Gtk.Recent_Filter.Gtk_Recent_Filter_List.GSlist; |
procedure Remove_Filter
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| Filter | : not null access Gtk.Recent_Filter.Gtk_Recent_Filter_Record'Class); |
procedure Select_All
| ( | Chooser | : not null access Gtk_Recent_Action_Record); |
function Select_Uri
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| URI | : UTF8_String) return Boolean; |
procedure Unselect_All
| ( | Chooser | : not null access Gtk_Recent_Action_Record); |
procedure Unselect_Uri
| ( | Chooser | : not null access Gtk_Recent_Action_Record; |
| URI | : UTF8_String); |
function "+"
| ( | Widget | : access Gtk_Recent_Action_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
| ( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Recent_Action renames Implements_Gtk_Buildable.To_Object; |
function "+"
| ( | Widget | : access Gtk_Recent_Action_Record'Class) return Gtk.Recent_Chooser.Gtk_Recent_Chooser renames Implements_Gtk_Recent_Chooser.To_Interface; |
function "-"
| ( | Interf | : Gtk.Recent_Chooser.Gtk_Recent_Chooser) return Gtk_Recent_Action renames Implements_Gtk_Recent_Chooser.To_Object; |
A Gtk.Recent_Action.Gtk_Recent_Action represents a list of recently used files, which can be shown by widgets such as Gtk.Recent_Chooser_Dialog.Gtk_Recent_Chooser_Dialog or Gtk.Recent_Chooser_Menu.Gtk_Recent_Chooser_Menu.
To construct a submenu showing recently used files, use a Gtk.Recent_Action.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.Gtk_Recent_Action as the action for a <toolitem> element.