Interface

Gtk-4.0GtkStackPageConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    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

Properties - Inherited from Gtk.Accessible.ConstructorProps

Properties

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.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole