cxx: fix example with recent change.

This commit is contained in:
Cedric BAIL 2017-01-06 15:37:49 -08:00
parent 95e1cefb40
commit cf501ee7eb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ elm_main (int argc, char *argv[])
win.autohide_set(true);
::elm::Button btn(win);
btn.text_set(nullptr,"Good-Bye, World!");
btn.eo_cxx::efl::Text::text_set("Good-Bye, World!");
btn.eo_cxx::efl::Gfx::size_set(120, 30);
btn.eo_cxx::efl::Gfx::position_set(60, 15);
btn.visible_set(true);