Skip to main content

Type Alias: GtkListBaseProps

GtkListBaseProps = WidgetProps & object

Defined in: generated/jsx.ts:6119

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:6130
hscrollPolicy?Gtk.ScrollablePolicyDetermines when horizontal scrolling should start.generated/jsx.ts:6132
onNotify?(self, propName) => void | nullCalled when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case)generated/jsx.ts:6146
orientation?Gtk.OrientationThe orientation of the list. See GtkOrientable:orientation for details.generated/jsx.ts:6124
ref?Ref<Gtk.ListBase>-generated/jsx.ts:6152
vadjustment?Gtk.AdjustmentVertical GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.generated/jsx.ts:6138
vscrollPolicy?Gtk.ScrollablePolicyDetermines when vertical scrolling should start.generated/jsx.ts:6140