Why does the methode child_of() return a (!)const(!) pointer to the parent 
Window?

I want to change the position of the parent window, when draging the child 
window around. So I had the idea to get a pointer to the parent window with the 
help of the child_of() methode. And with this pointer I could call the 
position(...) methode of the parent window and my job would be done. But I 
can`t because of the (!)const(!) pointer (yeah, I could, but that`s not the 
point).

So can you answer my leading question, that would be great!
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to