and one last icon...

SVN revision: 12578
This commit is contained in:
Carsten Haitzler 2004-12-24 09:23:06 +00:00
parent 588bb376f2
commit 0da2c00cfd
4 changed files with 25 additions and 2 deletions

View File

@ -9,8 +9,10 @@ images {
image: "reset_button_glow_0.png" LOSSY 90; image: "reset_button_glow_0.png" LOSSY 90;
image: "windows.png" LOSSY 90; image: "windows.png" LOSSY 90;
image: "module.png" LOSSY 90; image: "module.png" LOSSY 90;
image: "favorites.png" LOSSY 90;
} }
collections { collections {
@ -230,4 +232,22 @@ collections {
} }
} }
} }
group {
name: "favorites";
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: "favorites.png";
}
}
}
}
}
} }

View File

@ -11,4 +11,5 @@ reset_button_1.png \
reset_button_glow_0.png \ reset_button_glow_0.png \
reset_button_glow_1.png \ reset_button_glow_1.png \
windows.png \ windows.png \
modules.png modules.png \
favorites.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -44,6 +44,8 @@ e_int_menus_main_new(void)
dat->apps = subm; dat->apps = subm;
mi = e_menu_item_new(m); mi = e_menu_item_new(m);
e_menu_item_label_set(mi, "Favorite Applications"); e_menu_item_label_set(mi, "Favorite Applications");
e_menu_item_icon_edje_set(mi, e_path_find(path_icons, "default.eet"),
"favorites");
e_menu_item_submenu_set(mi, subm); e_menu_item_submenu_set(mi, subm);
mi = e_menu_item_new(m); mi = e_menu_item_new(m);