projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697a6d4
)
e_view_text: add missing comment
32/323632/1
author
SooChan Lim
<sc1.lim@samsung.com>
Thu, 1 May 2025 10:10:01 +0000
(19:10 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Thu, 1 May 2025 11:27:23 +0000
(20:27 +0900)
Change-Id: If29123a45009f1c10ca9438f3abe1beaa27de531
src/include/e_view_text.h
patch
|
blob
|
history
diff --git
a/src/include/e_view_text.h
b/src/include/e_view_text.h
index d8c3d6f7e124b65cf5a814b045561cdda8866544..90a6eb1b16f79b41eb231f167bc4d192b013bbef 100644
(file)
--- a/
src/include/e_view_text.h
+++ b/
src/include/e_view_text.h
@@
-34,6
+34,9
@@
void e_view_text_color_set(E_View_Text *text, int r, int g, int b, int a);
*/
void e_view_text_color_get(E_View_Text *text, int *r, int *g, int *b, int *a);
+/**
+ * TODO
+ */
void e_view_text_size_set(E_View_Text *text, int width, int height);
/**