Skip to content

Elm icon external fdo#2

Open
leiflm wants to merge 2 commits intoLeBlue:masterfrom
leiflm:elm_icon_external_fdo
Open

Elm icon external fdo#2
leiflm wants to merge 2 commits intoLeBlue:masterfrom
leiflm:elm_icon_external_fdo

Conversation

@leiflm
Copy link

@leiflm leiflm commented Mar 17, 2017

Example of a widget that uses FDO icons (via Elm Icon) to indicate battery (charging) state.

Leif Middelschulte added 2 commits March 17, 2017 23:00
The battery module checks an Edje data entry called "use_fdo_icons" to
enable a message callback that will listen for string-set messages
that use the message id 0xfd0.

The string-set message is expected to have the following format:
id = 0xfd0
string_set[0] = target_part
string_set[1] = icon-name

Embryo Example:
send_message(MSG_STRING_SET, 0xfd0, "e.swallow.icon", full_icon_name);
An elm icon external is used internally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant