Hi,
I built a table that I called test, and I added buttons and widgets for the
text, the first item is displayed but the rest does not appear, as:
Button * Bt1 = new Button (test-> colOffset (2), test-> rowOffset (3), test->
colwidth (2), test-> rowheight (3), "B1");
Button * bt2 = new Button (test-> colOffset (5), test-> rowOffset (5), test->
colwidth (5), test-> rowheight (6), "B2");
test-> add (bt1);
test-> add (bt2);
The first button is displayed with no problem, but the second does not.
Does anyone know what the problem ?
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev