Show tooltip over icon if icon contains Comment key.

This commit is contained in:
Sanel Zukan
2013-10-28 21:51:05 +00:00
parent 2c9f804aa3
commit 361d3a532a
3 changed files with 8 additions and 0 deletions

View File

@@ -152,6 +152,10 @@ void DesktopIcon::set_image(const char *name) {
size(img_w + OFFSET_W, img_h + OFFSET_H);
}
void DesktopIcon::set_tooltip(const char *tip) {
copy_tooltip(tip);
}
void DesktopIcon::update_label_font_and_size(void) {
E_RETURN_IF_FAIL(opts != 0);