home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 103.lha / ww.doc < prev    next >
Text File  |  1986-11-21  |  1KB  |  61 lines

  1.  
  2.  
  3.  
  4.                    Weak Windows...
  5.  
  6.  
  7.  
  8.    INTRODUCTION
  9.    ------------
  10.  
  11.    This is a simple program  to design  Window Structures. I always forget
  12.    all the Flags and IDCMP  Flags and  order  of things. This allows me to
  13.    create a window structure and a sample  function to test it. It creates
  14.    the source code which can be easily edited to incorporate in your
  15.    program.
  16.  
  17.  
  18.  
  19.    OPERATION
  20.    ---------
  21.  
  22.    type "ww" to run the program. You should see a window with lots of
  23.    gadgets. Simply click on the gadgets that are appropriate for your
  24.    window.
  25.  
  26.    To set the size of the windows, click on the "size" gadgets. A new
  27.    window will be created. Resize the windows to your liking and then
  28.    close it. More than one window can be opened, but be sure to close
  29.    them all before generating the code.
  30.  
  31.    There are two string gadgets, one for window title and another for
  32.    the Gadgets that you want to attach to your window. If you dont have
  33.    any gadgets then simply type NULL in that gadget (or dont click on
  34.    it at all, as default is also NULL).
  35.  
  36.    If you dont choose the window type, then the default will be
  37.    CUSTOMSCREEN.
  38.  
  39.    To generate the C code, click on the CloseWindow gadget. To save
  40.    the source on a file type:
  41.  
  42.    1>ww>window.c (e.g)
  43.  
  44. ----------------------------------------       
  45.        
  46.        
  47.        Khalid Soofi
  48.        3015 Turner
  49.        Ponca City, OK. 74604
  50.  
  51.    Have Fun...
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.