summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_text_factory_fallback.eo
blob: 1af32930a6027bb8ca686de12f24d04a45bcdf95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class @beta Efl.Ui.Text_Factory.Fallback extends Efl.Object implements Efl.Canvas.Textblock_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.Textblock_Factory.create;
   }
}