> Is it possible in nanox that window which is created with nanox window manager should not be moved by the user or should not get focus(if there are multiple windows involved).if yes can you give me some hints.Because i want to make messagebox in nanox.
I'm not really sure what you're asking, but it sounds like you want to have a mode where if there's a certain style bit set in a top level window, the window manager won't allow it to be moved. If that's the case, you would have to implement a new style bit, set with GrSetWMProperties, and then modify the window manager to disallow moves when that bit is set. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]