summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_text_factory_fallback.eo
blob: 03b339dce7f1761226798e54225cf8aefb50aeef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class Efl.Ui.Text_Factory.Fallback (Efl.Object, 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.
     @since 1.21
   ]]
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Efl.Canvas.Text_Factory.create;
   }
}