Toast.customTitle

gtk.widget.Widget customTitle() @property

Get customTitle property.

Returns

The custom title widget.

It will be displayed instead of the title if set. In this case, adw.toast.Toast.title is ignored.

Setting a custom title will unset adw.toast.Toast.title.

void customTitle(gtk.widget.Widget propval) @property

Set customTitle property.

Parameters

propvalThe custom title widget. It will be displayed instead of the title if set. In this case, adw.toast.Toast.title is ignored. Setting a custom title will unset adw.toast.Toast.title.