NOTIFY_DEFAULT("bottom_right", 1.0, 1.0); /* "elm/notify/bottom_right/popup/STYLE_POPUP" */
-group { "elm/notify/bottom/popup/function";
+group { "elm/notify/bottom/popup/custom_function";
nomouse;
data.item: "hide_finished_signal" "on";
}
#define NOTIFY_FUNCTION(direction, align_x, align_y) \
-group { "elm/notify/"direction"/popup/function"; \
- alias: "elm/notify/"direction"/popup/toast"; \
+group { "elm/notify/"direction"/popup/custom_function"; \
+ alias: "elm/notify/"direction"/popup/custom_toast"; \
inherit: "elm/notify/"direction"/popup/STYLE_POPUP"; \
nomouse; \
parts { \
NOTIFY_FUNCTION( "bottom_left", 0.0, 1.0); /* "elm/notify/bottom_left/popup/function" */
NOTIFY_FUNCTION("bottom_right", 1.0, 1.0); /* "elm/notify/bottom_right/popup/function" */
-group { "elm/notify/center/popup/toast";
+group { "elm/notify/center/popup/custom_toast";
nomouse;
data.item: "hide_finished_signal" "on";
}
}
-group { "elm/notify/block_events/popup/function";
+group { "elm/notify/block_events/popup/custom_function";
inherit: "elm/notify/block_events/popup/STYLE_POPUP";
parts {
}
-group { "elm/notify/block_events/popup/toast";
- inherit: "elm/notify/block_events/popup/function";
+group { "elm/notify/block_events/popup/custom_toast";
+ inherit: "elm/notify/block_events/popup/custom_function";
program_remove: "show_animation";
program_remove: "on_hide";
// POPUP BASE
-group { "elm/popup/base/default";
+group { "elm/popup/base/custom_default";
nomouse;
images {
}
}
-group { "elm/popup/base/function";
+group { "elm/popup/base/custom_function";
nomouse;
images {
}
}
-group { "elm/popup/base/toast";
+group { "elm/popup/base/custom_toast";
nomouse;
images {
}
}
-group { "elm/popup/content/popup/function";
+group { "elm/popup/content/popup/custom_function";
parts{
swallow { "elm.swallow.content";
desc { "default";
}
}
-group { "elm/popup/content/popup/toast";
+group { "elm/popup/content/popup/custom_toast";
parts{
swallow { "elm.swallow.content";
desc { "default";
}
}
-group { "elm/label/base/popup/toast";
+group { "elm/label/base/popup/custom_toast";
parts {
textblock { "elm.text";
scale;