Interface

Gtk-3.0GtkActionConstructorProps

interface 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;
}

Hierarchy (View Summary)

Index

Properties

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