In the docs for 1.3

http://www.fltk.org/doc-1.3/index.html

I found the function:

FL_Window::Icon

which i implement as
mainWin->icon((char* )LoadIcon(fl_display, MAKEINTRESOURCE(IDI_ICON)));

And the note at the end of the docs section:

"You must call Fl_Window::show(int argc, char** argv) for the
icon to be used. The Fl_Window::show() method does not bind the
icon to the window."

So how come it is working ok? Or is this something that has yet to be
updated in the docs? Or is it something that cannot be relied on
unless the show(int argc, char** argv) method is used?

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

Reply via email to