Interface

Gtk-3.0GtkRadioActionConstructorProps

interface ConstructorProps {
    action_group: Gtk.ActionGroup;
    actionGroup: Gtk.ActionGroup;
    active: boolean;
    always_show_image: boolean;
    alwaysShowImage: boolean;
    current_value: number;
    currentValue: number;
    draw_as_radio: boolean;
    drawAsRadio: boolean;
    gicon: Gio.Icon;
    group: Gtk.RadioAction;
    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;
    value: number;
    visible: boolean;
    visible_horizontal: boolean;
    visible_overflown: boolean;
    visible_vertical: boolean;
    visibleHorizontal: boolean;
    visibleOverflown: boolean;
    visibleVertical: boolean;
}

Hierarchy (View Summary)

Index

Properties

current_value: number
currentValue: number
value: number

Properties - Inherited from Gtk.ToggleAction.ConstructorProps

action_group: Gtk.ActionGroup
actionGroup: Gtk.ActionGroup
active: boolean
always_show_image: boolean
alwaysShowImage: boolean
draw_as_radio: boolean
drawAsRadio: 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