remove deprecated function related with

anchorview and block's text set/get


SVN revision: 68451
This commit is contained in:
Jiyoun Park 2012-02-26 12:05:28 +00:00
parent 219b51f861
commit 262e78a6af
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Anchorblock *Anchorblock::factory (Evasxx::Object &parent)
void Anchorblock::setText (const std::string &text)
{
elm_anchorblock_text_set (o, text.c_str ());
elm_object_text_set (o, text.c_str ());
}
void Anchorblock::setHoverParent (Evasxx::Object &parent)

View File

@ -24,7 +24,7 @@ Anchorview *Anchorview::factory (Evasxx::Object &parent)
void Anchorview::setText (const std::string &text)
{
elm_anchorview_text_set (o, text.c_str ());
elm_object_text_set (o, text.c_str ());
}
void Anchorview::setHoverParent (Evasxx::Object &parent)