conform, inwin, progressbar, radio: Fixed wrong part_alias_description implementations and documentations.

@fix
This commit is contained in:
Daniel Juyung Seo 2014-09-04 19:45:34 +09:00
parent 1a3ba20ae3
commit 118bc66bab
4 changed files with 11 additions and 7 deletions

View File

@ -45,7 +45,8 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
static const Elm_Layout_Part_Alias_Description _content_aliases[] =
{
{"icon", "elm.swallow.content"},
{"default", "elm.swallow.content"},
{"icon", "elm.swallow.content"}, // TODO: deprecate this in elm 2.0
{NULL, NULL}
};

View File

@ -35,6 +35,9 @@
* functions acting on it also work for inner windown objects. It also
* emits the signals inherited from @ref Layout.
*
* Default content parts of the inwin that you can use for are:
* @li "default" A content of the inwin
*
* Some examples of Inwin can be found in the following:
* @li @ref inwin_example_01
*

View File

@ -45,12 +45,12 @@
* - @c "wheel" (simple style, no text, no progression, only
* "pulse" effect is available)
*
* Default text parts of the progressbar widget that you can use for are:
* @li "default" - Label of the progressbar
*
* Default content parts of the progressbar widget that you can use for are:
* @li "icon" - An icon of the progressbar
*
* Default text parts of the progressbar widget that you can use for are:
* @li "default" - Label of the progressbar
*
* Supported elm_object common APIs.
* @li @ref elm_object_part_text_set
* @li @ref elm_object_part_text_get

View File

@ -44,12 +44,12 @@
* @li @c "unfocused" - When the radio has lost focus. (since 1.8)
* @li @c "language,changed" - the program's language changed (since 1.9)
*
* Default text parts of the radio widget that you can use for are:
* @li "default" - Label of the radio
*
* Default content parts of the radio widget that you can use for are:
* @li "icon" - An icon of the radio
*
* Default text parts of the radio widget that you can use for are:
* @li "default" - Label of the radio
*
* Supported elm_object common APIs.
* @li @ref elm_object_part_text_set
* @li @ref elm_object_part_text_get