Notify¶

Widget description¶
Display a container in a particular region of the parent.
A timeout can be set to automatically hide the notify. This is so that, after
an show()
on a notify object, if a timeout was set on
it, it will automatically get hidden after that time.
Emitted signals¶
timeout
- when timeout happens on notify and it’s hiddenblock,clicked
- when a click outside of the notify happensdismissed
- When notify is closed as a result of a dismiss (since 1.17)
Layout content parts¶
default
- The main content of the notify
Enumerations¶
ELM_NOTIFY_ALIGN_FILL¶
- efl.elementary.ELM_NOTIFY_ALIGN_FILL¶
Use with
Notify.align
Added in version 1.8.