Interface

Adw-1AdwViewStackPageConstructorProps

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

Hierarchy (View Summary)

Index

Properties

badge_number: number
badgeNumber: number
child: Gtk.Widget
icon_name: string
iconName: string
name: string
needs_attention: boolean
needsAttention: boolean
title: string
use_underline: boolean
useUnderline: boolean
visible: boolean

Properties - Inherited from Gtk

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole