Skip to main content

Type Alias: GtkStatusbarProps

GtkStatusbarProps = WidgetProps & object

Defined in: generated/jsx.ts:9143

Props for the GtkStatusbar widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:9148
onNotify?(self, propName) => void | nullCalled 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 | nullEmitted whenever a new message is popped off a statusbar's stack.generated/jsx.ts:9145
onTextPushed()?(self, contextId, text) => void | nullEmitted whenever a new message gets pushed onto a statusbar's stack.generated/jsx.ts:9147
ref?Ref<Gtk.Statusbar>-generated/jsx.ts:9155