Interface

Adw-1AdwShortcutsDialogConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    can_close: boolean;
    can_focus: boolean;
    can_target: boolean;
    canClose: boolean;
    canFocus: boolean;
    canTarget: boolean;
    child: Gtk.Widget;
    content_height: number;
    content_width: number;
    contentHeight: number;
    contentWidth: number;
    css_classes: string[];
    css_name: string;
    cssClasses: string[];
    cssName: string;
    current_breakpoint: Adw.Breakpoint;
    currentBreakpoint: Adw.Breakpoint;
    cursor: Gdk.Cursor;
    default_widget: Gtk.Widget;
    defaultWidget: Gtk.Widget;
    focus_on_click: boolean;
    focus_widget: Gtk.Widget;
    focusable: boolean;
    focusOnClick: boolean;
    focusWidget: Gtk.Widget;
    follows_content_size: boolean;
    followsContentSize: 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;
    layout_manager: Gtk.LayoutManager;
    layoutManager: Gtk.LayoutManager;
    limit_events: boolean;
    limitEvents: boolean;
    margin_bottom: number;
    margin_end: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginStart: number;
    marginTop: number;
    name: string;
    opacity: number;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    presentation_mode: Adw.DialogPresentationMode;
    presentationMode: Adw.DialogPresentationMode;
    receives_default: boolean;
    receivesDefault: boolean;
    root: Gtk.Root;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    title: 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;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Adw.Dialog.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
can_close: boolean
can_focus: boolean
can_target: boolean
canClose: boolean
canFocus: boolean
canTarget: boolean
child: Gtk.Widget
content_height: number
content_width: number
contentHeight: number
contentWidth: number
css_classes: string[]
css_name: string
cssClasses: string[]
cssName: string
current_breakpoint: Adw.Breakpoint
currentBreakpoint: Adw.Breakpoint
cursor: Gdk.Cursor
default_widget: Gtk.Widget
defaultWidget: Gtk.Widget
focus_on_click: boolean
focus_widget: Gtk.Widget
focusable: boolean
focusOnClick: boolean
focusWidget: Gtk.Widget
follows_content_size: boolean
followsContentSize: 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
layout_manager: Gtk.LayoutManager
layoutManager: Gtk.LayoutManager
limit_events: boolean
limitEvents: boolean
margin_bottom: number
margin_end: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginStart: number
marginTop: number
name: string
opacity: number
overflow: Gtk.Overflow
parent: Gtk.Widget
presentation_mode: Adw.DialogPresentationMode
presentationMode: Adw.DialogPresentationMode
receives_default: boolean
receivesDefault: boolean
root: Gtk.Root
scale_factor: number
scaleFactor: number
sensitive: boolean
title: 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