Wiki page entry changed with summary [] by Yash Yadav

This commit is contained in:
Yash Yadav 2016-07-30 02:28:37 -07:00 committed by apache
parent 36ecddad12
commit d049fe3a28
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ The default theme allows the use of the following text parts:
This is how to set the placeholder text of the entry to "Hello World".
<code c>
elm_object_part_text_set(entry, "Hello World");
elm_object_part_text_set(entry, "guide", "Hello World");
</code>
==== Using Entry Callbacks ====