Home
last modified time | relevance | path

Searched refs:body_label_text (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c519 const char *body_label_text; in set_notification_text() local
545 body_label_text = gtk_label_get_text (GTK_LABEL (windata->body_label)); in set_notification_text()
546 if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) { in set_notification_text()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/slider/
H A Dtheme.c528 const char *body_label_text; in set_notification_text() local
554 body_label_text = gtk_label_get_text (GTK_LABEL (windata->body_label)); in set_notification_text()
555 if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) { in set_notification_text()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c914 const char *body_label_text; in set_notification_text() local
940 body_label_text = gtk_label_get_text (GTK_LABEL (windata->body_label)); in set_notification_text()
941 if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) { in set_notification_text()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c876 const char *body_label_text; in set_notification_text() local
902 body_label_text = gtk_label_get_text (GTK_LABEL (windata->body_label)); in set_notification_text()
903 if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) { in set_notification_text()