Combo Row
Creates a org.gnome.adw.ComboRow used to choose from a list of items.
Parameters
The list of string options to display in the combo box.
The index of the currently selected item.
The title displayed on the row.
Compose Modifier for layout and styling.
Callback invoked when the selected item changes, providing the new index.
Whether the row can be activated (affects focus and accessibility).
Whether the user can select the title text.
Whether the title and subtitle use Pango markup.
Whether an underscore in the title or subtitle indicates a mnemonic.
Optional subtitle displayed below the title.
The number of lines after which the subtitle is ellipsized (0 = no limit).
Whether the user can select the subtitle text.
The number of lines after which the title is ellipsized (0 = no limit).
Creates a org.gnome.adw.ComboRow used to choose from a list of items.
Parameters
The org.gnome.gobject.GObject type used by the model.
A SingleSelection wrapping the list model containing the available items.
Callback invoked when the selected item changes, providing the new T instance.
Composable used to render each item in the dropdown list.
The title displayed on the row.
Compose Modifier for layout and styling.
Whether the row can be activated (affects focus and accessibility).
Whether the user can select the title text.
Whether the title and subtitle use Pango markup.
Whether an underscore in the title or subtitle indicates a mnemonic.
Optional subtitle displayed below the title.
The number of lines after which the subtitle is ellipsized (0 = no limit).
Whether the user can select the subtitle text.
The number of lines after which the title is ellipsized (0 = no limit).
Optional composable used to render the currently selected item in the collapsed state, by default, it reuses item.