Hi all,

Is there any reason this shouldn't work?  In my environment (fltk 1.1.x,
X, Solaris), the output gets totally fouled up if you move
the cursor around in it; also if you click the mouse in it
repeatedly.  It looks like not enough redraws are happening,
but I'm not certain of that.

Thanks,
Stan

int main()
{
  Fl_Double_Window win(300, 300, "Window");
  Fl_Output* o = new Fl_Output(100, 100, 100, 20, "Output");
  win.end();
  o->box(FL_NO_BOX);
  o->value("Your Message Here");
  win.show();
  return Fl::run();
}

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

Reply via email to