Elementary entry: Fixed indentation. Patch by Jihoon Kim

<jihoon48.kim@samsung.com>


SVN revision: 58819
This commit is contained in:
Daniel Juyung Seo 2011-04-22 02:29:54 +00:00
parent 628d558cde
commit 7712efaf1b
1 changed files with 21 additions and 26 deletions

View File

@ -1446,7 +1446,6 @@ _event_selection_clear(void *data __UNUSED__, int type __UNUSED__, void *event _
return ECORE_CALLBACK_PASS_ON;
}
static Eina_Bool
_drag_drop_cb(void *data __UNUSED__, Evas_Object *obj, Elm_Selection_Data *drop)
{
@ -1652,7 +1651,6 @@ elm_entry_add(Evas_Object *parent)
return obj;
}
/**
* This sets the entry object not to line wrap. All input will
* be on a single line, and the entry box will extend with user input.
@ -1719,7 +1717,6 @@ elm_entry_password_set(Evas_Object *obj, Eina_Bool password)
_theme_hook(obj);
}
/**
* This returns whether password mode is enabled.
* See also elm_entry_password_set().
@ -1788,7 +1785,6 @@ elm_entry_entry_get(const Evas_Object *obj)
return wd->text;
}
/**
* This returns EINA_TRUE if the entry is empty/there was an error
* and EINA_FALSE if it is not empty.
@ -2911,7 +2907,6 @@ elm_entry_autosave_get(const Evas_Object *obj)
return wd->autosave;
}
/**
* Control pasting of text and images for the widget.
*