compile again

SVN revision: 60367
This commit is contained in:
Andreas Volz 2011-06-15 22:10:35 +00:00
parent 0ab38e0604
commit ef300576fc
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ void test_entry (void *data, Evas_Object *obj, void *event_info)
bx->show ();
Entry *en = Entry::factory (*win);
en->setLineWrap (false);
en->setLineWrap (ELM_WRAP_NONE);
en->setText ("This is an entry widget in this window that<br>"
"uses markup <b>like this</> for styling and<br>"
"formatting <em>like this</>, as well as<br>"

View File

@ -772,7 +772,7 @@ public:
{
Label *lb = Label::factory (obj);
lb->setLineWrap (true);
lb->setLineWrap (ELM_WRAP_MIXED);
lb->setWrapWidth (201);
lb->setLabel ("ashj ascjscjh n asjkl hcjlh ls hzshnn zjh sh zxjcjsnd h dfw sdv edev efe fwefvv vsd cvs ws wf fvwf wd fwe f we wef we wfe rfwewef wfv wswf wefg sdfws w wsdcfwcf wsc vdv sdsd sdcd cv wsc sdcv wsc d sdcdcsd sdcdsc wdvd sdcsd wscxcv wssvd sd");
lb->show ();