Yes that works and about what I was looking for. Thanks.

I made some modifications, I changed the button to box.

And how can I input stuff in it correctly?

Say I wanna place an output box in it.

"kw1 = new Fl_Output(55, 60, 180, 100);"


I tried this but that didn't work:

"Fl_Box* w2 = new Fl_Box(48, 48, 204, 212, "B");
w2->labelsize(148);
kw1 = new Fl_Output(55, 60, 180, 100);
w2->hide();
panel[1] = w2;"

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to