Skip to main content

Type Alias: GtkListBoxRowProps

GtkListBoxRowProps = WidgetProps & object

Defined in: generated/jsx.ts:6249

Props for the GtkListBoxRow widget.

Type Declaration

NameTypeDescriptionDefined in
actionName?stringThe name of the action with which this widget should be associated.generated/jsx.ts:6260
actionTarget?GLib.VariantThe target value of the actionable widget's action.generated/jsx.ts:6262
activatable?booleanDetermines whether the ::row-activated signal will be emitted for this row.generated/jsx.ts:6254
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:6256
children?ReactNode-generated/jsx.ts:6271
onActivate()?(self) => void | nullThis 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 | 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:6277
ref?Ref<Gtk.ListBoxRow>-generated/jsx.ts:6283
selectable?booleanDetermines whether this row can be selected.generated/jsx.ts:6258