Interface

Adw-1AdwToggleConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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