Toast.setCustomTitle
void setCustomTitle(gtk.widget.Widget widget = null)Sets the custom title widget of self.
It will be displayed instead of the title if set. In this case, propertyToast:title is ignored.
Setting a custom title will unset propertyToast:title.
Parameters
widget | the custom title widget |