On Jun 4, 2007, at 1:00 PM, Manoj wrote:

> hi
> how to display a new dialog box/window

A new dialog:

fl_message("Hi, I am a dalog");

A new window:

Fl_Window *win = new Fl_Window(300, 200, "I am a new window");
win->end();
win->show();



Matthias

----
http://robowerk.com/


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

Reply via email to