s/elm_text_input/elm_entry_input

SVN revision: 68044
This commit is contained in:
Mike Blumenkrantz 2012-02-16 22:42:48 +00:00
parent 59528e6551
commit 87076014fe
2 changed files with 2 additions and 2 deletions

View File

@ -3689,7 +3689,7 @@ elm_entry_input_panel_imdata_get(const Evas_Object *obj, void *data, int *len)
}
EAPI void
elm_text_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type)
elm_entry_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type)
{
ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);

View File

@ -1202,7 +1202,7 @@ EAPI void elm_entry_input_panel_imdata_get(const Evas_Object *
* @param obj The entry object
* @param return_key_type The type of "return" key on the input panel
*/
EAPI void elm_text_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type);
EAPI void elm_entry_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type);
/**
* Get the "return" key type.