efl/src/lib/elementary/efl_ui_text_factory_fallbac...

16 lines
459 B
Plaintext

class @beta Efl.Ui.Text_Factory.Fallback extends Efl.Object implements Efl.Canvas.Text_Factory
{
[[Internal factory for fallback cases.
This wraps some internal functionality:
- Contains 2 factories: image and emoticon
- Strips off "file://" prefix for image items, to be used with the image
factory.
]]
implements {
Efl.Object.constructor;
Efl.Object.destructor;
Efl.Canvas.Text_Factory.create;
}
}