Skip to main content

Type Alias: GtkListBoxRowProps

GtkListBoxRowProps = WidgetProps & object

Defined in: generated/jsx.ts:5058

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:5069
actionTarget?GLib.VariantThe target value of the actionable widget's action.generated/jsx.ts:5071
activatable?booleanDetermines whether the ::row-activated signal will be emitted for this row.generated/jsx.ts:5063
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:5065
children?ReactNode-generated/jsx.ts:5080
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:5079
ref?Ref<Gtk.ListBoxRow>-generated/jsx.ts:5081
selectable?booleanDetermines whether this row can be selected.generated/jsx.ts:5067