Type Alias: GtkListBoxRowProps
GtkListBoxRowProps =
WidgetProps&object
Defined in: generated/jsx.ts:6249
Props for the GtkListBoxRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
actionName? | string | The name of the action with which this widget should be associated. | generated/jsx.ts:6260 |
actionTarget? | GLib.Variant | The target value of the actionable widget's action. | generated/jsx.ts:6262 |
activatable? | boolean | Determines whether the ::row-activated signal will be emitted for this row. | generated/jsx.ts:6254 |
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:6256 |
children? | ReactNode | - | generated/jsx.ts:6271 |
onActivate()? | (self) => void | null | This is a keybinding signal, which will cause this row to be activated. If you want to be notified when the user activates a row (by key or not), use the ListBox.:row-activated signal on the row’s parent GtkListBox. | generated/jsx.ts:6270 |
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:6277 |
ref? | Ref<Gtk.ListBoxRow> | - | generated/jsx.ts:6283 |
selectable? | boolean | Determines whether this row can be selected. | generated/jsx.ts:6258 |