Elm entry: Updated docs to explain changing entry style.

Elm's docs don't build here, so I can't test, but it should be fine.

SVN revision: 70958
This commit is contained in:
Tom Hacohen 2012-05-13 07:46:36 +00:00
parent 82fee2aff2
commit e014b0c75b
1 changed files with 11 additions and 0 deletions

View File

@ -168,6 +168,17 @@
* the URI form @c file:///path/to/an/image.png and the entry will then
* use that image for the item.
*
* @section entry-style-set Setting entry's style
*
* There are 2 major ways to change the entry's style:
* - Theme - set the "base" field to the desired style.
* - User style - Pushing overrides to the theme style to the textblock object by using evas_object_textblock_style_user_push().
*
* You should modify the theme when you would like to change the style for
* aesthetic reasons. While the user style should be changed when you would
* like to change the style to something specific defined at run-time, e.g,
* setting font or font size in a text editor.
*
* @section entry-files Loading and saving files
*
* Entries have convenience functions to load text from a file and save