Short: DepthMenu modules development kit. V3. Author: Arkadiusz Wahlig Uploader: Arkadiusz Wahlig Type: dev/c Version: 3 Requires: util/cdity/DepthMenu.lha Architecture: m68k-amigaos WHAT IS IT? ----------- This is a software development kit (SDK) for DepthMenu program (util/cdity/DepthMenu.lha). It is dedicated to C programmers. With informations included in this archive you will be able to write your own external modules for DepthMenu. More info can be found at the home page: http://www.depthmenu.prv.pl WHAT ARE MODULES USED FOR? -------------------------- Modules can: 1. change names of windows/screens in menu, 2. add options and submenus to windows/screens menu, 3. alter the way windows/screens are moved to front. It is of course possible that future version of DepthMenu will allow to use more options. API is very flexible and adding new functions won't interact with existing modules. If you think you know how to get advantages of given possibilities, download this archive. API is very easy to code and, if you have some experience in writing programs for AmigaOS, you shouldn't have problems with making your ideas true. In case you have, contact me - I'll help you.