Type Alias: GtkListBoxRowProps
GtkListBoxRowProps =
WidgetProps&object
Defined in: generated/jsx.ts:5058
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:5069 |
actionTarget? | GLib.Variant | The target value of the actionable widget's action. | generated/jsx.ts:5071 |
activatable? | boolean | Determines whether the ::row-activated signal will be emitted for this row. | generated/jsx.ts:5063 |
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:5065 |
children? | ReactNode | - | generated/jsx.ts:5080 |
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:5079 |
ref? | Ref<Gtk.ListBoxRow> | - | generated/jsx.ts:5081 |
selectable? | boolean | Determines whether this row can be selected. | generated/jsx.ts:5067 |