RAGS - v1.10.0
    Preparing search index...

    Type Alias LabelProps<Attr, Self>

    LabelProps: BaseProps<
        Self,
        Gtk.Label.ConstructorProps & {
            justification?: Justification;
            truncate?: Truncate;
        },
        Attr,
    >

    Props for the Label text display widget.

    Type Parameters