Elm. EDC:
Implemented some buttons and other group... (style)
Enna. C:
// Set custom elementary theme
Elm_theme_extension_add (enna_config_theme_get ());
// Mainmenu
Enna_mainmenu_init ();
Enna. *. Swallow in default. EDC
This file is actually used: # include "mainmenu. EDC "?????
_ Input_events_cb ---------- enna_activity_event (activity. c)
// Set custom elementary theme
Elm_theme_extension_add (enna_config_theme_get ());
The entire EDC exists as a theme !!! It is not simple to use layout. Elm supports theme .........
Enna_config_theme_get ()
{
Return enna_config-> theme_file;
}
Elm_theme_extension_add elm_theme_overlay_add (* char) add theme. Do not use the edj extension in char, and place theme in ~ /. Elementary/themes/folder, use elm_object_style_set (BT, "simple") to set the specific style
Using the specific elm_add structure, you can directly add icons, callback, and so on.