Skip to main content

Type Alias: GtkScrollbarProps

GtkScrollbarProps = WidgetProps & object

Defined in: generated/jsx.ts:7892

Props for the GtkScrollbar widget.

Type Declaration

NameTypeDescriptionDefined in
adjustment?Gtk.AdjustmentThe GtkAdjustment controlled by this scrollbar.generated/jsx.ts:7894
children?ReactNode-generated/jsx.ts:7897
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:7903
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:7896
ref?Ref<Gtk.Scrollbar>-generated/jsx.ts:7904