Type Alias: GtkPopoverMenuBarProps
GtkPopoverMenuBarProps =
WidgetProps&object
Defined in: generated/jsx.ts:7452
Props for the GtkPopoverMenuBar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7459 |
menuModel? | Gio.MenuModel | null | The GMenuModel from which the menu bar is created. The model should only contain submenus as toplevel elements. | generated/jsx.ts:7458 |
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:7465 |
ref? | Ref<Gtk.PopoverMenuBar> | - | generated/jsx.ts:7466 |