home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / AWNP / AWNP-Docs / image.doc < prev    next >
Encoding:
Text File  |  2000-12-01  |  736 b   |  36 lines

  1. Image gadget parameters.
  2. -------------------------
  3.  
  4. You must first define an image before you can produce an image gadget. The last defined image is placed into the GUI.
  5.  
  6. IDME
  7.  
  8. Force this object to be assigned a GID. Normaly no GID is assigned to Images. The definition reply becomes 'ok GID'
  9.  
  10. minwidth=number  (minw=)
  11.  
  12.  Set the minimum width for this gadget
  13.  
  14. minheight=number (minh=)
  15.  
  16.  Set the minimum height for this gadget
  17.  
  18. weightedwidth=number  (weiw=)
  19.  
  20.  Set the weighted width for this gadget
  21.  
  22. weightedheight=number (weih=)
  23.  
  24.  Set the weighted height for this gadget
  25.  
  26. nominalsize  (noms)
  27.  
  28.  Set this gadget to its nominal size.
  29.  
  30. Definition Reply
  31. -----------------
  32.  
  33.  When the gadget creation is successful the pipe replies with
  34.  
  35. 'ok'
  36.