Home
last modified time | relevance | path

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

/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A DButton.qml112 width: tooltip_txt.width + 14*Devices.density
113 height: tooltip_txt.height + 14*Devices.density
149 id: tooltip_txt
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilStudyProgrammeProgressListGUI.php173 $tooltip_txt = $this->buildToolTip($a_progress);
183 …current_percent, $required_percent, $css_class, $progress_status, null, $tooltip_id, $tooltip_txt);
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilStudyProgrammeProgressListGUI.php173 $tooltip_txt = $this->buildToolTip($a_progress);
183 …current_percent, $required_percent, $css_class, $progress_status, null, $tooltip_id, $tooltip_txt);
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dthumbnail.c1475 char *tooltip_txt = dt_history_get_items_as_string(thumb->imgid); in dt_thumbnail_new() local
1476 if(tooltip_txt) in dt_thumbnail_new()
1478 gtk_widget_set_tooltip_text(thumb->w_altered, tooltip_txt); in dt_thumbnail_new()
1479 g_free(tooltip_txt); in dt_thumbnail_new()
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dthumbnail.c1433 char *tooltip_txt = dt_history_get_items_as_string(thumb->imgid); in dt_thumbnail_new() local
1434 if(tooltip_txt) in dt_thumbnail_new()
1436 gtk_widget_set_tooltip_text(thumb->w_altered, tooltip_txt); in dt_thumbnail_new()
1437 g_free(tooltip_txt); in dt_thumbnail_new()