summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2019-10-03 18:36:57 +0300
committerTom Hacohen <tom@stosb.com>2019-10-12 17:52:19 +0300
commit7c76e1d763101791aef4cd4b406ca68d9672d54c (patch)
treec1987e42e1a04c8d26ee24bc00079e1a6c70b2a1
parent595f84420d837cf9337a7a89ce51fe850ff20a38 (diff)
downloadefl-7c76e1d763101791aef4cd4b406ca68d9672d54c.tar.gz
Add a comment.
-rw-r--r--src/lib/evas/canvas/efl2_canvas_text.eo4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/efl2_canvas_text.eo b/src/lib/evas/canvas/efl2_canvas_text.eo
index aa35d6c623..bacadc30f0 100644
--- a/src/lib/evas/canvas/efl2_canvas_text.eo
+++ b/src/lib/evas/canvas/efl2_canvas_text.eo
@@ -96,7 +96,9 @@ class @beta Efl2.Canvas.Text extends Efl.Canvas.Object implements Efl2.Text.Cont
}
}
// FIXME: updatedocs + am I happy with this?
- // Probably used when using theme and then retheming without changing use configuration...
+ // Need to update the actual text_style object so it can be manipulated with new bindable functions.
+ // Make it an eo object so it's bindable? Will also let us have interfaces/functions on item.
+ // Try to make it compatible with the old styles so they could be shared thanks to edje (and be created from edje)
text_style_push {
[[Add a text style to the object
]]