Interface

Adw-1AdwToggleConstructorProps

interface ConstructorProps {
    child: Gtk.Widget | null;
    description: string;
    enabled: boolean;
    icon_name: string | null;
    iconName: string | null;
    label: string | null;
    name: string;
    tooltip: string;
    use_underline: boolean;
    useUnderline: boolean;
}

Hierarchy (View Summary)

Index

Properties

child: Gtk.Widget | null
description: string
enabled: boolean
icon_name: string | null
iconName: string | null
label: string | null
name: string
tooltip: string
use_underline: boolean
useUnderline: boolean