summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_text_factory_emoticons.eo
blob: 38269ea7d526ac747c7b3e4650283033fada5a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class Efl.Ui.Text.Factory.Emoticons (Efl.Object, Efl.Canvas.Text.Factory)
{
   [[Factory that creates emoticons from the current theme given a key.

     @since 1.21
   ]]
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Efl.Canvas.Text.Factory.create;
   }
}