Lock a window

Marc31boss

13-05-2009 06:58:36

Hello, I'm developing an app' where I try to lock/unlock a window (if it can move or not). I can't find a property of the Widget or Window class to do this, by default the windows are movable, but, how to lock them ?

Thanks

my.name

16-05-2009 14:06:29

SetEnabled(bool);

Marc31boss

16-05-2009 14:18:12

Thank you :)