mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Show tooltip over icon if icon contains Comment key.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user