desktop icon

SVN revision: 12781
This commit is contained in:
Carsten Haitzler 2005-01-05 13:08:55 +00:00
parent 592ed122a0
commit 4685b9ebbe
4 changed files with 23 additions and 2 deletions

View File

@ -13,6 +13,8 @@ images {
image: "module.png" LOSSY 90;
image: "favorites.png" LOSSY 90;
image: "desktop.png" LOSSY 90;
}
collections {
@ -250,4 +252,22 @@ collections {
}
}
}
group {
name: "desktops";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
max: 64 64;
image {
normal: "desktop.png";
}
}
}
}
}
}

View File

@ -8,4 +8,5 @@ reset_button_0.png \
reset_button_glow_0.png \
windows.png \
module.png \
favorites.png
favorites.png \
desktop.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -66,7 +66,7 @@ e_int_menus_main_new(void)
mi = e_menu_item_new(m);
e_menu_item_label_set(mi, "Desktops");
e_menu_item_icon_edje_set(mi, e_path_find(path_icons, "default.eet"),
"windows");
"desktops");
e_menu_item_submenu_set(mi, subm);
subm = e_int_menus_clients_new();