End of the first dev of the Entry

This commit is contained in:
Edouard Dupin 2011-12-23 18:01:02 +01:00
parent 0c498ef04e
commit 7a36ff135f

View File

@ -57,13 +57,10 @@ class Plop :public ewol::Windows
mySizerVert->SubWidgetAdd(myButton);
ewol::Entry * myEntry = new ewol::Entry("basic Text");
myEntry->SetExpendY(true);
myEntry->SetFillY(true);
myEntry->SetExpendX(true);
myEntry->SetFillX(true);
myEntry->SetWidth(120);
mySizerVert->SubWidgetAdd(myEntry);
ewol::Label * myLabel = new ewol::Label("Mon Mabel");
ewol::Label * myLabel = new ewol::Label("Mon label");
myLabel->SetExpendY(true);
myLabel->SetFillY(true);
mySizerVert->SubWidgetAdd(myLabel);
@ -71,6 +68,15 @@ class Plop :public ewol::Windows
mySizerVert = new ewol::SizerVert();
mySizer->SubWidgetAdd(mySizerVert);
myEntry = new ewol::Entry("Mega super plop");
//myEntry->SetExpendY(true);
//myEntry->SetFillY(true);
//myEntry->SetExpendX(true);
myEntry->SetFillX(true);
myEntry->SetWidth(120);
mySizerVert->SubWidgetAdd(myEntry);
myButton = new ewol::Button("BT 3");
myButton->SetExpendX(true);
//myButton->SetExpendY(true);
@ -87,9 +93,6 @@ class Plop :public ewol::Windows
myCheckBox = new ewol::CheckBox("Exemple 3 et éà$");
mySizerVert->SubWidgetAdd(myCheckBox);
myTest = new ewol::Test();
myTest->SetExpendY(true);
mySizerVert->SubWidgetAdd(myTest);
myButton = new ewol::Button("4 4 BT");
myButton->SetFillX(true);
myButton->SetFillY(true);