Interface

Gtk-3.0GtkPlugConstructorProps

interface ConstructorProps {
    accept_focus: boolean;
    acceptFocus: boolean;
    app_paintable: boolean;
    application: Gtk.Application;
    appPaintable: boolean;
    attached_to: Gtk.Widget;
    attachedTo: 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;
    decorated: boolean;
    default_height: number;
    default_width: number;
    defaultHeight: number;
    defaultWidth: number;
    deletable: boolean;
    destroy_with_parent: boolean;
    destroyWithParent: boolean;
    double_buffered: boolean;
    doubleBuffered: boolean;
    embedded: boolean;
    events: Gdk.EventMask;
    expand: boolean;
    focus_on_click: boolean;
    focus_on_map: boolean;
    focus_visible: boolean;
    focusOnClick: boolean;
    focusOnMap: boolean;
    focusVisible: boolean;
    gravity: Gdk.Gravity;
    halign: Gtk.Align;
    has_default: boolean;
    has_focus: boolean;
    has_resize_grip: boolean;
    has_tooltip: boolean;
    has_toplevel_focus: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasResizeGrip: boolean;
    hasTooltip: boolean;
    hasToplevelFocus: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    hide_titlebar_when_maximized: boolean;
    hideTitlebarWhenMaximized: boolean;
    icon: GdkPixbuf.Pixbuf;
    icon_name: string;
    iconName: string;
    is_active: boolean;
    is_focus: boolean;
    is_maximized: boolean;
    isActive: boolean;
    isFocus: boolean;
    isMaximized: 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;
    mnemonics_visible: boolean;
    mnemonicsVisible: boolean;
    modal: boolean;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    parent: Gtk.Container;
    receives_default: boolean;
    receivesDefault: boolean;
    resizable: boolean;
    resize_grip_visible: boolean;
    resize_mode: Gtk.ResizeMode;
    resizeGripVisible: boolean;
    resizeMode: Gtk.ResizeMode;
    role: string;
    scale_factor: number;
    scaleFactor: number;
    screen: Gdk.Screen;
    sensitive: boolean;
    skip_pager_hint: boolean;
    skip_taskbar_hint: boolean;
    skipPagerHint: boolean;
    skipTaskbarHint: boolean;
    socket_window: Gdk.Window;
    socketWindow: Gdk.Window;
    startup_id: string;
    startupId: string;
    style: Gtk.Style;
    title: string;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    transient_for: Gtk.Window;
    transientFor: Gtk.Window;
    type: Gtk.WindowType;
    type_hint: Gdk.WindowTypeHint;
    typeHint: Gdk.WindowTypeHint;
    urgency_hint: boolean;
    urgencyHint: boolean;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    width_request: number;
    widthRequest: number;
    window: Gdk.Window;
    window_position: Gtk.WindowPosition;
    windowPosition: Gtk.WindowPosition;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.Window.ConstructorProps

Properties

embedded: boolean
socket_window: Gdk.Window
socketWindow: Gdk.Window

Properties - Inherited from Gtk.Window.ConstructorProps

accept_focus: boolean
acceptFocus: boolean
app_paintable: boolean
application: Gtk.Application
appPaintable: boolean
attached_to: Gtk.Widget
attachedTo: 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
decorated: boolean
default_height: number
default_width: number
defaultHeight: number
defaultWidth: number
deletable: boolean
destroy_with_parent: boolean
destroyWithParent: boolean
double_buffered: boolean
doubleBuffered: boolean
events: Gdk.EventMask
expand: boolean
focus_on_click: boolean
focus_on_map: boolean
focus_visible: boolean
focusOnClick: boolean
focusOnMap: boolean
focusVisible: boolean
gravity: Gdk.Gravity
halign: Gtk.Align
has_default: boolean
has_focus: boolean
has_resize_grip: boolean
has_tooltip: boolean
has_toplevel_focus: boolean
hasDefault: boolean
hasFocus: boolean
hasResizeGrip: boolean
hasTooltip: boolean
hasToplevelFocus: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
hide_titlebar_when_maximized: boolean
hideTitlebarWhenMaximized: boolean
icon_name: string
iconName: string
is_active: boolean
is_focus: boolean
is_maximized: boolean
isActive: boolean
isFocus: boolean
isMaximized: 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
mnemonics_visible: boolean
mnemonicsVisible: boolean
modal: boolean
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
resizable: boolean
resize_grip_visible: boolean
resize_mode: Gtk.ResizeMode
resizeGripVisible: boolean
resizeMode: Gtk.ResizeMode
role: string
scale_factor: number
scaleFactor: number
screen: Gdk.Screen
sensitive: boolean
skip_pager_hint: boolean
skip_taskbar_hint: boolean
skipPagerHint: boolean
skipTaskbarHint: boolean
startup_id: string
startupId: string
style: Gtk.Style
title: string
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
transient_for: Gtk.Window
transientFor: Gtk.Window
type_hint: Gdk.WindowTypeHint
urgency_hint: boolean
urgencyHint: boolean
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number
window: Gdk.Window
window_position: Gtk.WindowPosition
windowPosition: Gtk.WindowPosition