Edzard Egberts wrote:

> 
> Think I posted it before, but here comes my set of functions. You really
> don't know, how to use #ifdef? Did you ever write software before?

Heh :)

I was wondering which ifdef to use, sources of FLTK include WIN32 and
_WIN32, and as Torsten pointed out there is __WIN32__ also.


> bool Show_Maximized(Fl_Window* pWindow)
> {
> HWND hWnd= fl_xid(pWindow);
> ShowWindow(hWnd, SW_MAXIMIZE);
> return hWnd;
> }

This is cool... why not add this in the FLTK itself?




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

Reply via email to