Interface

Gtk-4.0GtkColumnViewRowConstructorProps

interface ConstructorProps {
    accessible_description: string;
    accessible_label: string;
    accessibleDescription: string;
    accessibleLabel: string;
    activatable: boolean;
    focusable: boolean;
    item: GObject.Object;
    position: number;
    selectable: boolean;
    selected: boolean;
}

Hierarchy (View Summary)

Index

Properties

accessible_description: string
accessible_label: string
accessibleDescription: string
accessibleLabel: string
activatable: boolean
focusable: boolean
position: number
selectable: boolean
selected: boolean