home *** CD-ROM | disk | FTP | other *** search
- /* $Header: pd:zvmRCS/ui_support.h,v 1.2 1993/04/19 18:40:06 rvillari Exp rvillari $ */
- #ifndef _UI_SUPPORT_H
- #define _UI_SUPPORT_H
-
- /* how to add to the setup window */
- /* 0. Add stuff to the gadtoolsbox ui3.g
- 1. Add the fields in SetupWindowState
- 2. Change the readConfig and the writeConfig
- 3. Add stuff to InitSetupWindow
- 4. Add the appropriate Setup??Clicked() stuff
- 5. Update the SetupVanillaKey() if needed
- 6. Add appropriate access functions
- */
-
- /* here's where we put the states of the different windows */
-
- #include "sizes.h"
-
- struct SetupWindowState {
- char password[TSTRING];
- int rings;
- int compression;
- int playTo;
- int recordFrom;
- int recordingTime;
- int silenceThreshold;
- int silenceTime;
- int amigaVolume;
- int zipWindow;
- int hasFax;
- int saRings;
- char path[MSTRING];
- char message[MSTRING];
- char modemInit[LSTRING];
- int scheduler;
- };
-
- #endif
-