/* * Standard FreeDesktop icons: * * WARNING: When you add new icons you MUST ensure to use standard names as per: * http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html * If you can't find the name in the spec then you MUST search in the Tango * and/or the Oxigen theme to find a suitable name. IF you really cannot find * anything try at least to be consistent with other existing names. * NOTE: icons marked with an empty comment are names that I cannot * find anywhere else, so they are not really standard. */ #define IC(Name, File, Min, Max) \ group { name: "elm/icon/"##Name##"/default"; min: Min Min; max: Max Max; \ images.image: File COMP; parts { part { name: "base"; \ description { aspect: 1.0 1.0; aspect_preference: BOTH; \ image.normal: File; } } } } IC("folder", "icon_folder.png", 16, 0); IC("file", "icon_file.png", 16, 0); IC("user-home", "icon_home.png", 16, 0); IC("arrow-up", "icon_arrow_up.png", 16, 0); IC("arrow-left", "icon_arrow_left.png", 16, 0); #undef IC