PreferencesRow#
Superclasses: ListBoxRow
, Widget
, InitiallyUnowned
, Object
Subclasses: ActionRow
, ButtonRow
, EntryRow
, ExpanderRow
Implemented Interfaces: Accessible
, Actionable
, Buildable
, ConstraintTarget
A ListBoxRow
used to present preferences.
The AdwPreferencesRow
widget has a title that PreferencesDialog
will use to let the user look for a preference. It doesn’t present the title
in any way and lets you present the preference as you please.
ActionRow
and its derivatives are convenient to use as preference
rows as they take care of presenting the preference’s title while letting you
compose the inputs of the preference around it.
Constructors#
Methods#
- class PreferencesRow
-
- get_title_selectable() bool #
Gets whether the user can copy the title from the label
Added in version 1.1.
- set_title(title: str) None #
Sets the title of the preference represented by
self
.The title is interpreted as Pango markup unless
use_markup
is set toFALSE
.- Parameters:
title – the title
- set_title_selectable(title_selectable: bool) None #
Sets whether the user can copy the title from the label
See also
selectable
.Added in version 1.1.
- Parameters:
title_selectable –
TRUE
if the user can copy the title from the label
- set_use_markup(use_markup: bool) None #
Sets whether to use Pango markup for the title label.
Subclasses may also use it for other labels, such as subtitle.
See also
parse_markup
.Added in version 1.2.
- Parameters:
use_markup – whether to use markup
Properties#
Fields#
- class PreferencesRow
- parent_instance#