Type Alias: GtkActionBarProps
GtkActionBarProps =
WidgetProps&object
Defined in: generated/jsx.ts:1324
Props for the GtkActionBar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:1327 |
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:1333 |
ref? | Ref<Gtk.ActionBar> | - | generated/jsx.ts:1334 |
revealed? | boolean | Controls whether the action bar shows its contents. | generated/jsx.ts:1326 |