Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c4616 LiVESWidget *ttips_image = lives_image_new_from_stock("livestock-help-info", in make_ttips_image_for() local
4618 if (ttips_image) { in make_ttips_image_for()
4621 set_css_value_direct(ttips_image, LIVES_WIDGET_STATE_NORMAL, "", "opacity", "0.75"); in make_ttips_image_for()
4625 lives_widget_set_no_show_all(ttips_image, TRUE); in make_ttips_image_for()
4626 lives_widget_object_set_data(LIVES_WIDGET_OBJECT(ttips_image), TTIPS_IMAGE_KEY, ttips_image); in make_ttips_image_for()
4627 lives_widget_object_set_data(LIVES_WIDGET_OBJECT(ttips_image), TTIPS_HIDE_KEY, ttips_image); in make_ttips_image_for()
4628 if (text) lives_widget_set_tooltip_text(ttips_image, text); in make_ttips_image_for()
4630 lives_widget_object_set_data(LIVES_WIDGET_OBJECT(ttips_image), in make_ttips_image_for()
4633 lives_widget_set_show_hide_with(widget, ttips_image); in make_ttips_image_for()
4634 lives_widget_set_sensitive_with(widget, ttips_image); in make_ttips_image_for()
[all …]