Interface

Gtk-4.0GtkBoxLayoutConstructorProps

interface ConstructorProps {
    baseline_child: number;
    baseline_position: Gtk.BaselinePosition;
    baselineChild: number;
    baselinePosition: Gtk.BaselinePosition;
    homogeneous: boolean;
    orientation: Gtk.Orientation;
    spacing: number;
}

Hierarchy (View Summary)

Index
baseline_child: number
baseline_position: Gtk.BaselinePosition
baselineChild: number
baselinePosition: Gtk.BaselinePosition
homogeneous: boolean
spacing: number
orientation: Gtk.Orientation