Skip to main content

Type Alias: GtkListBaseProps

GtkListBaseProps = WidgetProps & object

Defined in: generated/jsx.ts:4945

Props for the GtkListBase widget.

Type Declaration

NameTypeDescriptionDefined in
hadjustment?Gtk.AdjustmentHorizontal GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.generated/jsx.ts:4956
hscrollPolicy?Gtk.ScrollablePolicyDetermines when horizontal scrolling should start.generated/jsx.ts:4958
orientation?Gtk.OrientationThe orientation of the list. See GtkOrientable:orientation for details.generated/jsx.ts:4950
ref?Ref<Gtk.ListBase>-generated/jsx.ts:4967
vadjustment?Gtk.AdjustmentVertical GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.generated/jsx.ts:4964
vscrollPolicy?Gtk.ScrollablePolicyDetermines when vertical scrolling should start.generated/jsx.ts:4966