Type Alias: GtkSeparatorProps
GtkSeparatorProps =
WidgetProps&object
Defined in: generated/jsx.ts:8223
Props for the GtkSeparator widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
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:8231 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:8225 |
ref? | Ref<Gtk.Separator> | - | generated/jsx.ts:8232 |