Interface

Adw-1AdwOverlaySplitViewConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    can_focus: boolean;
    can_target: boolean;
    canFocus: boolean;
    canTarget: boolean;
    collapsed: boolean;
    content: Gtk.Widget;
    css_classes: string[];
    css_name: string;
    cssClasses: string[];
    cssName: string;
    cursor: Gdk.Cursor;
    enable_hide_gesture: boolean;
    enable_show_gesture: boolean;
    enableHideGesture: boolean;
    enableShowGesture: boolean;
    focus_on_click: boolean;
    focusable: 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;
    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;
    max_sidebar_width: number;
    maxSidebarWidth: number;
    min_sidebar_width: number;
    minSidebarWidth: number;
    name: string;
    opacity: number;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    pin_sidebar: boolean;
    pinSidebar: boolean;
    receives_default: boolean;
    receivesDefault: boolean;
    root: Gtk.Root;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    show_sidebar: boolean;
    showSidebar: boolean;
    sidebar: Gtk.Widget;
    sidebar_position: Gtk.PackType;
    sidebar_width_fraction: number;
    sidebar_width_unit: Adw.LengthUnit;
    sidebarPosition: Gtk.PackType;
    sidebarWidthFraction: number;
    sidebarWidthUnit: Adw.LengthUnit;
    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

collapsed: boolean
content: Gtk.Widget
enable_hide_gesture: boolean
enable_show_gesture: boolean
enableHideGesture: boolean
enableShowGesture: boolean
max_sidebar_width: number
maxSidebarWidth: number
min_sidebar_width: number
minSidebarWidth: number
pin_sidebar: boolean
pinSidebar: boolean
show_sidebar: boolean
showSidebar: boolean
sidebar: Gtk.Widget
sidebar_position: Gtk.PackType
sidebar_width_fraction: number
sidebar_width_unit: Adw.LengthUnit
sidebarPosition: Gtk.PackType
sidebarWidthFraction: number
sidebarWidthUnit: Adw.LengthUnit

Properties - Inherited from Adw.Swipeable.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
can_focus: boolean
can_target: boolean
canFocus: boolean
canTarget: boolean
css_classes: string[]
css_name: string
cssClasses: string[]
cssName: string
cursor: Gdk.Cursor
focus_on_click: boolean
focusable: 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
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
receives_default: boolean
receivesDefault: boolean
root: Gtk.Root
scale_factor: number
scaleFactor: number
sensitive: boolean
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