Opening a window with Intuition is easy (just call the
OpenWindowTagList() system function), but opening a window with WinManager
is even easier. Some features of the winmanager object are:
- multiple windows
- automatic call of a procedure when an IntuiMessage arrives at a specified window
- superbitmap windows: two proportional gadgets can be added to the
borders of the window to scroll the superbimap (no more need to manage the
scrolling of the superbitmap by hand)
- windows can be opened on the default public screen or on a custom
(public) screen: in this case the winmanager object can choose the best
resolution available for your needs
|