Interface

Gtk-3.0GtkRecentActionConstructorProps

interface ConstructorProps {
    action_group: Gtk.ActionGroup;
    actionGroup: Gtk.ActionGroup;
    always_show_image: boolean;
    alwaysShowImage: boolean;
    filter: Gtk.RecentFilter;
    gicon: Gio.Icon;
    hide_if_empty: boolean;
    hideIfEmpty: boolean;
    icon_name: string;
    iconName: string;
    is_important: boolean;
    isImportant: boolean;
    label: string;
    limit: number;
    local_only: boolean;
    localOnly: boolean;
    name: string;
    recent_manager: Gtk.RecentManager;
    recentManager: Gtk.RecentManager;
    select_multiple: boolean;
    selectMultiple: boolean;
    sensitive: boolean;
    short_label: string;
    shortLabel: string;
    show_icons: boolean;
    show_not_found: boolean;
    show_numbers: boolean;
    show_private: boolean;
    show_tips: boolean;
    showIcons: boolean;
    showNotFound: boolean;
    showNumbers: boolean;
    showPrivate: boolean;
    showTips: boolean;
    sort_type: Gtk.RecentSortType;
    sortType: Gtk.RecentSortType;
    stock_id: string;
    stockId: string;
    tooltip: string;
    visible: boolean;
    visible_horizontal: boolean;
    visible_overflown: boolean;
    visible_vertical: boolean;
    visibleHorizontal: boolean;
    visibleOverflown: boolean;
    visibleVertical: boolean;
}

Hierarchy (View Summary)

Index

Properties

show_numbers: boolean
showNumbers: boolean

Properties - Inherited from Gtk.Action.ConstructorProps

action_group: Gtk.ActionGroup
actionGroup: Gtk.ActionGroup
always_show_image: boolean
alwaysShowImage: boolean
gicon: Gio.Icon
hide_if_empty: boolean
hideIfEmpty: boolean
icon_name: string
iconName: string
is_important: boolean
isImportant: boolean
label: string
name: string
sensitive: boolean
short_label: string
shortLabel: string
stock_id: string
stockId: string
tooltip: string
visible: boolean
visible_horizontal: boolean
visible_overflown: boolean
visible_vertical: boolean
visibleHorizontal: boolean
visibleOverflown: boolean
visibleVertical: boolean

Properties - Inherited from Gtk.RecentChooser.ConstructorProps

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