Type Alias: GtkSourceStyleSchemeChooserWidgetProps
GtkSourceStyleSchemeChooserWidgetProps =
WidgetProps&object
Defined in: generated/jsx.ts:9210
Props for the GtkSourceStyleSchemeChooserWidget 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:9222 |
ref? | Ref<GtkSource.StyleSchemeChooserWidget> | - | generated/jsx.ts:9223 |
styleScheme? | GtkSource.StyleScheme | Contains the currently selected style scheme. The property can be set to change the current selection programmatically. | generated/jsx.ts:9216 |