On 08/10/12 20:10, Coder wrote:
> Hi,
> 
> How can I get the position of my Fl_Window window..

        x() and y() should have the position, ie. window.x(), window.y()

> and also reposition/set a new position for it?

        window.position(x,y)
        window.resize(x,y,w,h)


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

Reply via email to