[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

Here's an example of how to use the old OpenScreen() call with an
ExtNewScreen structure to make a new, custom screen under any version of
the Amiga operating system.  If the version is V36 or later, additional
Release 2 features specified via tags, in this case the new 3D look of
Intuition, will be incorporated in the window.

     screen34to37.c 

As you can see from the examples above, there are many ways to create a
new, custom screen.  Further references to "OpenScreenTagList()" in this
manual are referring to any one of the three calls: OpenScreenTagList(),
OpenScreenTags(), or OpenScreen() used with tags in an ExtNewScreen as
shown above.


[Back to Amiga Developer Docs]