Hi there,

How could I add these three new Box classes to the parent window???

Cheers

> void setrowheader_cb(Fl_Widget* w)
> {
>=20
>     Fl_Check_Button* flcb =3D ((Fl_Check_Button*)w);
> if ( flcb->value() =3D=3D 1 ) {
> flcb->labelcolor(FL_RED);
> flcb->label("Label&Scale");
>                 new Fl_Box(0, 20, 1000, 20, " first ");
>                 new Fl_Box(0, 640, 1000, 20, "  second ");
>                 new Fl_Box(0, 660, 1000, 20, " third ");


How could I add these three new Box classes to the parent window???



> }
> else {
> flcb->labelcolor(FL_BLACK);
> flcb->label("No Label&Scale");
> }

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

Reply via email to