home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / ClassFree / CFpumbuttonclass / readme.doc < prev    next >
Text File  |  1998-06-09  |  920b  |  39 lines

  1. --------------------------------------
  2.  
  3.  CFpumbutton.gadget
  4.  
  5.  A popup/pulldown menu button
  6.  
  7. --------------------------------------
  8.  
  9.  
  10. Description:
  11. ------------
  12.  
  13.  This gadget is meant to replace the cycle gadget of gadtools
  14. with expirience many users and programmers have found that the
  15. cycle gadget of gadtools is rather annoying to use. It can take
  16. a while to cycle through the selections and if you miss the one
  17. you want, you have to find the shift key on the keyboard to get
  18. back again.. :)
  19.  Thus this device (BOOBSI gadget :) seeks to correct this problem
  20. by offering a simple pull down menu where all the possibilities
  21. are easily visible.
  22.  
  23.  
  24. Usage:
  25. ------
  26.  
  27.  A couple of special notes for this gadget. This gadget allways
  28. returns an IDCMP_GADGETUP message when a new selection is made.
  29. It ignores GFLG_RELVERIFY and no other kinds of massages are
  30. sent.
  31.  
  32.  
  33. History:
  34. --------
  35.  
  36.   V0.20 (09-June-1998)
  37.  
  38.     Initial version
  39.