Method
AdapToastset_custom_title
since: 1.2
Declaration [src]
void
adap_toast_set_custom_title (
AdapToast* self,
GtkWidget* widget
)
Description [src]
Sets the custom title widget of self.
It will be displayed instead of the title if set. In this case,
AdapToast:title is ignored.
Setting a custom title will unset AdapToast:title.
Available since: 1.2
| Sets property | Adap.Toast:custom-title |
Parameters
widget-
Type:
GtkWidgetThe custom title widget.
The argument can be NULL.The data is owned by the caller of the method.