efl/legacy/elementary/data/edje_externals/icons.edc

20 lines
739 B
Plaintext
Raw Normal View History

#define ICON(_name) \
images { image: "ico_"_name".png" COMP; } \
collections { group { name: "ico_"_name; \
parts { part { name: "icon"; \
type: IMAGE; mouse_events: 0; \
description { state: "default" 0.0; \
align: 0.5 0.5; \
aspect: 1.0 1.0; \
aspect_preference: VERTICAL; \
image.normal: "ico_"_name".png"; \
}}}}}
ICON("bubble")
ICON("button")
ICON("check")
ICON("radio")
ICON("scrolled_entry")
ICON("slider")
ICON("toggle")