Type Alias: GtkStatusbarProps
GtkStatusbarProps =
WidgetProps&object
Defined in: generated/jsx.ts:7373
Props for the GtkStatusbar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7378 |
onTextPopped? | (contextId, text, self) => void | null | Emitted whenever a new message is popped off a statusbar's stack. | generated/jsx.ts:7375 |
onTextPushed? | (contextId, text, self) => void | null | Emitted whenever a new message gets pushed onto a statusbar's stack. | generated/jsx.ts:7377 |
ref? | Ref<Gtk.Statusbar> | - | generated/jsx.ts:7379 |