On Mon, Nov 6, 2023 at 11:38 AM Pierre Couderc via enlightenment-users
<enlightenment-users@lists.sourceforge.net> wrote:
>
> I have made a box including :
>
>   show = efl_add(EFL_UI_TEXTBOX_CLASS, bx,
>           efl_text_set(efl_added, "0"),
>           efl_text_font_size_set(efl_added, 48),
>           efl_pack(bx, efl_added));
>
> It works fine but I want to center the text.
>
> 1- How to do ?
>
> 2- How should I have thinked to have found it myself without asking on
> the user list ?

if you don't find an answer here :
https://www.enlightenment.org/develop/tutorials/c/start.md you can
look at the examples in src/examples and also in elementary tests :
src/bin/elementary. This is what I usually do

Vincent


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to