Interface

Wnck-3.0WnckActionMenuConstructorProps

interface ConstructorProps {
    accel_group: Gtk.AccelGroup;
    accel_path: string;
    accelGroup: Gtk.AccelGroup;
    accelPath: string;
    active: number;
    anchor_hints: Gdk.AnchorHints;
    anchorHints: Gdk.AnchorHints;
    app_paintable: boolean;
    appPaintable: boolean;
    attach_widget: Gtk.Widget;
    attachWidget: Gtk.Widget;
    border_width: number;
    borderWidth: number;
    can_default: boolean;
    can_focus: boolean;
    canDefault: boolean;
    canFocus: boolean;
    child: Gtk.Widget;
    composite_child: boolean;
    compositeChild: boolean;
    double_buffered: boolean;
    doubleBuffered: boolean;
    events: Gdk.EventMask;
    expand: boolean;
    focus_on_click: boolean;
    focusOnClick: boolean;
    halign: Gtk.Align;
    has_default: boolean;
    has_focus: boolean;
    has_tooltip: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasTooltip: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    is_focus: boolean;
    isFocus: boolean;
    margin: number;
    margin_bottom: number;
    margin_end: number;
    margin_left: number;
    margin_right: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginLeft: number;
    marginRight: number;
    marginStart: number;
    marginTop: number;
    menu_type_hint: Gdk.WindowTypeHint;
    menuTypeHint: Gdk.WindowTypeHint;
    monitor: number;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    parent: Gtk.Container;
    receives_default: boolean;
    receivesDefault: boolean;
    rect_anchor_dx: number;
    rect_anchor_dy: number;
    rectAnchorDx: number;
    rectAnchorDy: number;
    reserve_toggle_size: boolean;
    reserveToggleSize: boolean;
    resize_mode: Gtk.ResizeMode;
    resizeMode: Gtk.ResizeMode;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    style: Gtk.Style;
    take_focus: boolean;
    takeFocus: boolean;
    tearoff_state: boolean;
    tearoff_title: string;
    tearoffState: boolean;
    tearoffTitle: string;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    width_request: number;
    widthRequest: number;
    window: any;
}

Hierarchy (View Summary)

Index

Properties

window: any

Properties - Inherited from Gtk

accel_group: Gtk.AccelGroup
accel_path: string
accelGroup: Gtk.AccelGroup
accelPath: string
active: number
anchor_hints: Gdk.AnchorHints
anchorHints: Gdk.AnchorHints
app_paintable: boolean
appPaintable: boolean
attach_widget: Gtk.Widget
attachWidget: Gtk.Widget
border_width: number
borderWidth: number
can_default: boolean
can_focus: boolean
canDefault: boolean
canFocus: boolean
child: Gtk.Widget
composite_child: boolean
compositeChild: boolean
double_buffered: boolean
doubleBuffered: boolean
events: Gdk.EventMask
expand: boolean
focus_on_click: boolean
focusOnClick: boolean
halign: Gtk.Align
has_default: boolean
has_focus: boolean
has_tooltip: boolean
hasDefault: boolean
hasFocus: boolean
hasTooltip: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
is_focus: boolean
isFocus: boolean
margin: number
margin_bottom: number
margin_end: number
margin_left: number
margin_right: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginLeft: number
marginRight: number
marginStart: number
marginTop: number
menu_type_hint: Gdk.WindowTypeHint
menuTypeHint: Gdk.WindowTypeHint
monitor: number
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
rect_anchor_dx: number
rect_anchor_dy: number
rectAnchorDx: number
rectAnchorDy: number
reserve_toggle_size: boolean
reserveToggleSize: boolean
resize_mode: Gtk.ResizeMode
resizeMode: Gtk.ResizeMode
scale_factor: number
scaleFactor: number
sensitive: boolean
style: Gtk.Style
take_focus: boolean
takeFocus: boolean
tearoff_state: boolean
tearoff_title: string
tearoffState: boolean
tearoffTitle: string
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number