type Gtk_Recent_Chooser is new Glib.Types.GType_Interface;
Filter_Property : constant Glib.Properties.Property_Object;
Limit_Property : constant Glib.Properties.Property_Int;
Local_Only_Property : constant Glib.Properties.Property_Boolean;
Recent_Manager_Property : constant Glib.Properties.Property_Object;
Select_Multiple_Property : constant Glib.Properties.Property_Boolean;
Show_Icons_Property : constant Glib.Properties.Property_Boolean;
Show_Not_Found_Property : constant Glib.Properties.Property_Boolean;
Show_Private_Property : constant Glib.Properties.Property_Boolean;
Show_Tips_Property : constant Glib.Properties.Property_Boolean;
Sort_Type_Property : constant Glib.Properties.Property_Enum;
function Error_Quark return GQuark;
function Get_Type return GType;
function Get_Current_Item
( | Chooser | : Gtk_Recent_Chooser) return Gtk.Recent_Manager.Gtk_Recent_Info; |
function Get_Current_Uri
( | Chooser | : Gtk_Recent_Chooser) return String; |
function Set_Current_Uri
( | Chooser | : Gtk_Recent_Chooser; |
Uri | : String; | |
Error | : Glib.Error.GError := null) return Boolean; |
function Get_Items
( | Chooser | : Gtk_Recent_Chooser) return Gtk.Recent_Manager.Gtk_Recent_Info_List.Glist; |
function Get_Uris
( | Chooser | : Gtk_Recent_Chooser) return GNAT.Strings.String_List; |
function Get_Limit
( | Chooser | : Gtk_Recent_Chooser) return Gint; |
procedure Set_Limit
( | Chooser | : Gtk_Recent_Chooser; |
Limit | : Gint); |
function Get_Local_Only
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Local_Only
( | Chooser | : Gtk_Recent_Chooser; |
Local_Only | : Boolean); |
function Get_Show_Icons
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Show_Icons
( | Chooser | : Gtk_Recent_Chooser; |
Show_Icons | : Boolean); |
function Get_Show_Not_Found
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Show_Not_Found
( | Chooser | : Gtk_Recent_Chooser; |
Show_Not_Found | : Boolean); |
function Get_Show_Private
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Show_Private
( | Chooser | : Gtk_Recent_Chooser; |
Show_Private | : Boolean); |
function Get_Show_Tips
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Show_Tips
( | Chooser | : Gtk_Recent_Chooser; |
Show_Tips | : Boolean); |
procedure Add_Filter
( | Chooser | : Gtk_Recent_Chooser; |
Filter | : access Gtk.Recent_Filter.Gtk_Recent_Filter_Record'Class); |
procedure Remove_Filter
( | Chooser | : Gtk_Recent_Chooser; |
Filter | : access Gtk.Recent_Filter.Gtk_Recent_Filter_Record'Class); |
function Get_Filter
( | Chooser | : Gtk_Recent_Chooser) return Gtk.Recent_Filter.Gtk_Recent_Filter; |
procedure Set_Filter
( | Chooser | : Gtk_Recent_Chooser; |
Filter | : access Gtk.Recent_Filter.Gtk_Recent_Filter_Record'Class); |
function List_Filters
( | Chooser | : Gtk_Recent_Chooser) return Gtk.Recent_Filter.Gtk_Recent_Filter_List.GSlist; |
function Get_Select_Multiple
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Select_Multiple
( | Chooser | : Gtk_Recent_Chooser; |
Select_Multiple | : Boolean); |
procedure Select_All
( | Chooser | : Gtk_Recent_Chooser); |
procedure Unselect_All
( | Chooser | : Gtk_Recent_Chooser); |
function Select_Uri
( | Chooser | : Gtk_Recent_Chooser; |
Uri | : String; | |
Error | : Glib.Error.GError := null) return Boolean; |
procedure Unselect_Uri
( | Chooser | : Gtk_Recent_Chooser; |
Uri | : String); |
function Get_Sort_Type
( | Chooser | : Gtk_Recent_Chooser) return Gtk_Recent_Sort_Type; |
procedure Set_Sort_Type
( | Chooser | : Gtk_Recent_Chooser; |
Sort_Type | : Gtk_Recent_Sort_Type); |
function Get_Show_Numbers
( | Chooser | : Gtk_Recent_Chooser) return Boolean; |
procedure Set_Show_Numbers
( | Chooser | : Gtk_Recent_Chooser; |
Show_Numbers | : Boolean); |
Binding from C File version 2.16.6