Interface

Adw-1AdwWrapLayoutConstructorProps

interface ConstructorProps {
    align: number;
    child_spacing: number;
    child_spacing_unit: Adw.LengthUnit;
    childSpacing: number;
    childSpacingUnit: Adw.LengthUnit;
    justify: Adw.JustifyMode;
    justify_last_line: boolean;
    justifyLastLine: boolean;
    line_homogeneous: boolean;
    line_spacing: number;
    line_spacing_unit: Adw.LengthUnit;
    lineHomogeneous: boolean;
    lineSpacing: number;
    lineSpacingUnit: Adw.LengthUnit;
    natural_line_length: number;
    natural_line_length_unit: Adw.LengthUnit;
    naturalLineLength: number;
    naturalLineLengthUnit: Adw.LengthUnit;
    orientation: Gtk.Orientation;
    pack_direction: Adw.PackDirection;
    packDirection: Adw.PackDirection;
    wrap_policy: Adw.WrapPolicy;
    wrap_reverse: boolean;
    wrapPolicy: Adw.WrapPolicy;
    wrapReverse: boolean;
}

Hierarchy (View Summary)

Index

Properties

align: number
child_spacing: number
child_spacing_unit: Adw.LengthUnit
childSpacing: number
childSpacingUnit: Adw.LengthUnit
justify: Adw.JustifyMode
justify_last_line: boolean
justifyLastLine: boolean
line_homogeneous: boolean
line_spacing: number
line_spacing_unit: Adw.LengthUnit
lineHomogeneous: boolean
lineSpacing: number
lineSpacingUnit: Adw.LengthUnit
natural_line_length: number
natural_line_length_unit: Adw.LengthUnit
naturalLineLength: number
naturalLineLengthUnit: Adw.LengthUnit
pack_direction: Adw.PackDirection
packDirection: Adw.PackDirection
wrap_policy: Adw.WrapPolicy
wrap_reverse: boolean
wrapPolicy: Adw.WrapPolicy
wrapReverse: boolean

Properties - Inherited from Gtk

orientation: Gtk.Orientation