Type Alias: GtkListBaseProps
GtkListBaseProps =
WidgetProps&object
Defined in: generated/jsx.ts:6119
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:6130 |
hscrollPolicy? | Gtk.ScrollablePolicy | Determines when horizontal scrolling should start. | generated/jsx.ts:6132 |
onNotify? | (self, propName) => void | null | Called 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.Orientation | The orientation of the list. See GtkOrientable:orientation for details. | generated/jsx.ts:6124 |
ref? | Ref<Gtk.ListBase> | - | generated/jsx.ts:6152 |
vadjustment? | Gtk.Adjustment | Vertical GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent. | generated/jsx.ts:6138 |
vscrollPolicy? | Gtk.ScrollablePolicy | Determines when vertical scrolling should start. | generated/jsx.ts:6140 |