Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c4615 static LiVESWidget *make_ttips_image_for(LiVESWidget *widget, const char *text) { in make_ttips_image_for() function
4651 img_tips = make_ttips_image_for(widget, ++ttext); in lives_widget_set_tooltip_text()
4669 img_tips = make_ttips_image_for(widget, NULL); in lives_widget_set_tooltip_text()
4695 img_tips = make_ttips_image_for(widget, NULL); in lives_widget_set_tooltip_text()
8636 LiVESWidget *img_tips = make_ttips_image_for(label, tips); in lives_standard_label_new_with_tooltips()