Skip to main content

Type Alias: GtkSourceStyleSchemeChooserButtonProps

GtkSourceStyleSchemeChooserButtonProps = Omit<GtkButtonProps, "onNotify"> & object

Defined in: generated/jsx.ts:9193

Props for the GtkSourceStyleSchemeChooserButton widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:9200
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:9206
ref?Ref<GtkSource.StyleSchemeChooserButton>-generated/jsx.ts:9207
styleScheme?GtkSource.StyleSchemeContains the currently selected style scheme. The property can be set to change the current selection programmatically.generated/jsx.ts:9199