CLASS
Adw.ComboRow
The identifier of the string list.
The content.
The handler gets called when the selection changes.
Initialize a combo row.
- Parameters:
- title: The row's title.
- subtitle: The row's subtitle.
Append a string.
- Parameter string: The string.
- Returns: The combo row.
Remove a string.
- Parameter index: The index.
- Returns: The combo row.
Get the string content.
- Returns: The content.
Get the selected row.
- Returns: The string of the selected row.
Set the selected row.
- Parameter index: The index of the new selection.
Set a handler for when the selection changes.
- Parameter handler: The handlers.
- Returns: The combo row.