Interface

Panel-1PanelChangesDialogConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    body: string;
    body_use_markup: boolean;
    bodyUseMarkup: boolean;
    can_close: boolean;
    can_focus: boolean;
    can_target: boolean;
    canClose: boolean;
    canFocus: boolean;
    canTarget: boolean;
    child: Gtk.Widget;
    close_after_save: boolean;
    close_response: string;
    closeAfterSave: boolean;
    closeResponse: string;
    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_response: string;
    default_widget: Gtk.Widget;
    defaultResponse: string;
    defaultWidget: Gtk.Widget;
    extra_child: Gtk.Widget;
    extraChild: 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;
    heading: string;
    heading_use_markup: boolean;
    headingUseMarkup: 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;
    prefer_wide_layout: boolean;
    preferWideLayout: boolean;
    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

close_after_save: boolean
closeAfterSave: boolean

Properties - Inherited from Adw

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
body: string
body_use_markup: boolean
bodyUseMarkup: boolean
can_close: boolean
can_focus: boolean
can_target: boolean
canClose: boolean
canFocus: boolean
canTarget: boolean
child: Gtk.Widget
close_response: string
closeResponse: string
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_response: string
default_widget: Gtk.Widget
defaultResponse: string
defaultWidget: Gtk.Widget
extra_child: Gtk.Widget
extraChild: 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
heading: string
heading_use_markup: boolean
headingUseMarkup: 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
prefer_wide_layout: boolean
preferWideLayout: boolean
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