Interface

Gtk-3.0GtkRecentChooserConstructorProps

interface ConstructorProps {
    filter: Gtk.RecentFilter;
    limit: number;
    local_only: boolean;
    localOnly: boolean;
    recent_manager: Gtk.RecentManager;
    recentManager: Gtk.RecentManager;
    select_multiple: boolean;
    selectMultiple: boolean;
    show_icons: boolean;
    show_not_found: boolean;
    show_private: boolean;
    show_tips: boolean;
    showIcons: boolean;
    showNotFound: boolean;
    showPrivate: boolean;
    showTips: boolean;
    sort_type: Gtk.RecentSortType;
    sortType: Gtk.RecentSortType;
}

Hierarchy (View Summary)

Index

Properties

limit: number
local_only: boolean
localOnly: boolean
recent_manager: Gtk.RecentManager
recentManager: Gtk.RecentManager
select_multiple: boolean
selectMultiple: boolean
show_icons: boolean
show_not_found: boolean
show_private: boolean
show_tips: boolean
showIcons: boolean
showNotFound: boolean
showPrivate: boolean
showTips: boolean
sort_type: Gtk.RecentSortType