Type Alias: GtkSourceStyleSchemeChooserButtonProps
GtkSourceStyleSchemeChooserButtonProps =
Omit<GtkButtonProps,"onNotify"> &object
Defined in: generated/jsx.ts:9193
Props for the GtkSourceStyleSchemeChooserButton widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:9200 |
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:9206 |
ref? | Ref<GtkSource.StyleSchemeChooserButton> | - | generated/jsx.ts:9207 |
styleScheme? | GtkSource.StyleScheme | Contains the currently selected style scheme. The property can be set to change the current selection programmatically. | generated/jsx.ts:9199 |