home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Weak Windows...
-
-
-
- INTRODUCTION
- ------------
-
- This is a simple program to design Window Structures. I always forget
- all the Flags and IDCMP Flags and order of things. This allows me to
- create a window structure and a sample function to test it. It creates
- the source code which can be easily edited to incorporate in your
- program.
-
-
-
- OPERATION
- ---------
-
- type "ww" to run the program. You should see a window with lots of
- gadgets. Simply click on the gadgets that are appropriate for your
- window.
-
- To set the size of the windows, click on the "size" gadgets. A new
- window will be created. Resize the windows to your liking and then
- close it. More than one window can be opened, but be sure to close
- them all before generating the code.
-
- There are two string gadgets, one for window title and another for
- the Gadgets that you want to attach to your window. If you dont have
- any gadgets then simply type NULL in that gadget (or dont click on
- it at all, as default is also NULL).
-
- If you dont choose the window type, then the default will be
- CUSTOMSCREEN.
-
- To generate the C code, click on the CloseWindow gadget. To save
- the source on a file type:
-
- 1>ww>window.c (e.g)
-
- ----------------------------------------
-
-
- Khalid Soofi
- 3015 Turner
- Ponca City, OK. 74604
-
- Have Fun...
-
-
-
-
-
-
-
-
-
-