Efl.Ui.Format.apply_formatted_value

Description

Internal method to be implemented by widgets including this mixin.

The mixin will call this method to signal the widget that the formatting has changed and therefore the current value should be converted and rendered again. Widgets must typically call Efl.Ui.Format.formatted_value_get and display the returned string. This is something they are already doing (whenever the value changes, for example) so there should be no extra code written to implement this method.

Since 1.23

Signature

apply_formatted_value @protected @pure_virtual {}

C signature

Implemented by