Andre Rombauts wrote:
How do I need to proceed if I want to enlarge the title bar zone of a window to display icons in it?...
The title bar of a window is governed by the OS, and it outside of the stack region which begins below it.
If you need a custom title bar you could consider setting the decorations of the stack to empty, and making your own controls at the top for dragging, closing, minimizing, etc., where you could add anything else you want.
-- Richard Gaskin Fourth World Rev training and consulting: http://www.fourthworld.com Webzine for Rev developers: http://www.revjournal.com revJournal blog: http://revjournal.com/blog.irv _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
