Type Alias: GtkGraphicsOffloadProps
GtkGraphicsOffloadProps =
WidgetProps&object
Defined in: generated/jsx.ts:4853
Props for the GtkGraphicsOffload widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
blackBackground? | boolean | Whether to draw a black background. | generated/jsx.ts:4855 |
children? | ReactNode | - | generated/jsx.ts:4858 |
enabled? | Gtk.GraphicsOffloadEnabled | Whether graphics offload is enabled. | generated/jsx.ts:4857 |
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:4864 |
ref? | Ref<Gtk.GraphicsOffload> | - | generated/jsx.ts:4865 |