Interface

Gtk-3.0GtkEventBoxConstructorProps

interface ConstructorProps {
    above_child: boolean;
    aboveChild: boolean;
    app_paintable: boolean;
    appPaintable: boolean;
    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;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    parent: Gtk.Container;
    receives_default: boolean;
    receivesDefault: boolean;
    resize_mode: Gtk.ResizeMode;
    resizeMode: Gtk.ResizeMode;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    style: Gtk.Style;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    visible_window: boolean;
    visibleWindow: boolean;
    width_request: number;
    widthRequest: number;
    window: Gdk.Window;
}

Hierarchy (View Summary)

Index

Properties

above_child: boolean
aboveChild: boolean
visible_window: boolean
visibleWindow: boolean

Properties - Inherited from Gtk.Bin.ConstructorProps

app_paintable: boolean
appPaintable: boolean
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
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
resize_mode: Gtk.ResizeMode
resizeMode: Gtk.ResizeMode
scale_factor: number
scaleFactor: number
sensitive: boolean
style: Gtk.Style
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: Gdk.Window