Interface

Adw-1AdwViewStackPageConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    badge_number: number;
    badgeNumber: number;
    child: Gtk.Widget;
    icon_name: string | null;
    iconName: string | null;
    name: string | null;
    needs_attention: boolean;
    needsAttention: boolean;
    section_title: string | null;
    sectionTitle: string | null;
    starts_section: boolean;
    startsSection: boolean;
    title: string | null;
    use_underline: boolean;
    useUnderline: boolean;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

badge_number: number
badgeNumber: number
child: Gtk.Widget
icon_name: string | null
iconName: string | null
name: string | null
needs_attention: boolean
needsAttention: boolean
section_title: string | null
sectionTitle: string | null
starts_section: boolean
startsSection: boolean
title: string | null
use_underline: boolean
useUnderline: boolean
visible: boolean

Properties - Inherited from Gtk.Accessible.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole