How do I insert a special character into a button?
By jeonghun cho
25 Mar 2015 04:12
English
1 Replies
Hi all,
I want to know, I want to express the special character buttons (&).
Evas_Object * button = elm_button_add (layout);
elm_object_text_set (button, (char *) "&");
elm_object_text_set (button, (char *) "\&");
elm_object_text_set (button, (char *) "\\&");
elm_object_text_set (button, (char *) "&&");
elm_object_text_set (button, (char *) "&&&");
I can not see all.
elm_object_text_set (button, (char *) "*"); <= ~This is visible.
I can not show the '&' character on the button.
How can I do this?
Edited by: jeonghun cho on 25 Mar, 2015
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------