Type Alias: GtkStatusbarProps
GtkStatusbarProps =
WidgetProps&object
Defined in: generated/jsx.ts:9143
Props for the GtkStatusbar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:9148 |
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:9154 |
onTextPopped()? | (self, contextId, text) => void | null | Emitted whenever a new message is popped off a statusbar's stack. | generated/jsx.ts:9145 |
onTextPushed()? | (self, contextId, text) => void | null | Emitted whenever a new message gets pushed onto a statusbar's stack. | generated/jsx.ts:9147 |
ref? | Ref<Gtk.Statusbar> | - | generated/jsx.ts:9155 |