Interface

Gtk-4.0GtkColumnViewCellConstructorProps

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

Hierarchy (View Summary)

Index

Properties

child: Gtk.Widget
focusable: boolean
position: number
selected: boolean

Properties - Inherited from Gtk.ListItem.ConstructorProps

accessible_description: string
accessible_label: string
accessibleDescription: string
accessibleLabel: string
activatable: boolean
selectable: boolean