Type Alias: GtkFrameProps
GtkFrameProps =
WidgetProps&object
Defined in: generated/jsx.ts:4752
Props for the GtkFrame widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:4754 |
children? | ReactNode | - | generated/jsx.ts:4761 |
label? | string | null | Text of the frame's label. | generated/jsx.ts:4756 |
labelWidget? | Gtk.Widget | null | Widget to display in place of the usual frame label. | generated/jsx.ts:4758 |
labelXalign? | number | The horizontal alignment of the label. | generated/jsx.ts:4760 |
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:4767 |
ref? | Ref<Gtk.Frame> | - | generated/jsx.ts:4768 |