ComboRow.useSubtitle

bool useSubtitle() @property

Get useSubtitle property.

Returns

Whether to use the current value as the subtitle.

If you use a custom list item factory, you will need to give the row a name conversion expression with adw.combo_row.ComboRow.expression.

If set to TRUE, you should not access adw.action_row.ActionRow.subtitle.

The subtitle is interpreted as Pango markup if adw.preferences_row.PreferencesRow.useMarkup is set to TRUE.

void useSubtitle(bool propval) @property

Set useSubtitle property.

Parameters

propvalWhether to use the current value as the subtitle. If you use a custom list item factory, you will need to give the row a name conversion expression with adw.combo_row.ComboRow.expression. If set to TRUE, you should not access adw.action_row.ActionRow.subtitle. The subtitle is interpreted as Pango markup if adw.preferences_row.PreferencesRow.useMarkup is set to TRUE.