Changeset View
Changeset View
Standalone View
Standalone View
src/lib/evas/canvas/efl_canvas_text_canvas.eo
- This file was moved from src/lib/evas/canvas/efl_canvas_text.eo.
1 | import efl_text_types; | 1 | import efl_text_types; | ||
---|---|---|---|---|---|
2 | 2 | | |||
3 | class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | 3 | class @beta Efl.Canvas.Text_Canvas extends Efl.Canvas.Object implements Efl.Text, | ||
4 | Efl.Canvas.Filter.Internal, Efl.Text_Font, | 4 | Efl.Canvas.Filter.Internal, Efl.Text_Font, | ||
5 | Efl.Text_Style, Efl.Text_Format, Efl.Text_Cursor, | 5 | Efl.Text_Style, Efl.Text_Format, Efl.Text_Cursor, | ||
6 | Efl.Text_Annotate, Efl.Text_Markup, Efl.Text_Markup_Interactive, Efl.Ui.I18n | 6 | Efl.Text_Annotate, Efl.Text_Markup, Efl.Text_Markup_Interactive, Efl.Ui.I18n | ||
7 | { | 7 | { | ||
8 | [[Efl canvas text class]] | 8 | [[Efl canvas text class]] | ||
9 | methods { | 9 | methods { | ||
10 | @property is_empty { | 10 | @property is_empty { | ||
11 | [[Whether the object is empty (no text) or not | 11 | [[Whether the object is empty (no text) or not | ||
▲ Show 20 Lines • Show All 313 Lines • Show Last 20 Lines |