Type Alias: GtkListBaseProps
GtkListBaseProps =
WidgetProps&object
Defined in: generated/jsx.ts:4945
Props for the GtkListBase widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
hadjustment? | Gtk.Adjustment | Horizontal GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent. | generated/jsx.ts:4956 |
hscrollPolicy? | Gtk.ScrollablePolicy | Determines when horizontal scrolling should start. | generated/jsx.ts:4958 |
orientation? | Gtk.Orientation | The orientation of the list. See GtkOrientable:orientation for details. | generated/jsx.ts:4950 |
ref? | Ref<Gtk.ListBase> | - | generated/jsx.ts:4967 |
vadjustment? | Gtk.Adjustment | Vertical GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent. | generated/jsx.ts:4964 |
vscrollPolicy? | Gtk.ScrollablePolicy | Determines when vertical scrolling should start. | generated/jsx.ts:4966 |