21
edits
Changes
no edit summary
int i = 0;
iol_init();
FWDialog D(&App, 5, 10, 50, 15, true, "+-+|+-+|");
FWLabel L("A Non-dynamic Label goes here",5, 4);
App<<new FWLabel("Dialog and Label Tester", 0, 0);
D.add(new FWLabel("Testing Read Only Dialog",1, 12));
D << new FWLabel("Another Dyanmic label goes here, and I want to make sure it will be trimmed", 3, 3, 45) << L;