home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7065 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: cville-srv.wam.umd.edu!walrus
  2. From: walrus@wam.umd.edu (Udo K Schuermann)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Can you mix GadTools & std Intuition Gadgets?
  5. Date: 8 Apr 1996 19:21:28 GMT
  6. Organization: University of Maryland, College Park
  7. Message-ID: <4kbovo$pmp@cville-srv.wam.umd.edu>
  8. References: <4kad3q$fvg@canopus.cc.umanitoba.ca>
  9. NNTP-Posting-Host: rac8.wam.umd.edu
  10.  
  11. In article <4kad3q$fvg@canopus.cc.umanitoba.ca>,
  12. Kenneth Paulson <umpaul18@cc.umanitoba.ca> wrote:
  13. >I've read through all of the documentation that I have, and I can't seem to
  14. >find anything definite.  Can you mix GadTools gadgets with standard
  15. >Intuition Gadgets?
  16.  
  17. Yes. The easiest way, and probably most compatible in the future, is to
  18. place non-GadTools gadgets first, and hang the GadTools gadgets off the
  19. end of that list:
  20.  
  21.     Window.FirstGadget->[stdgad]->[stdgad]->[GTgadgets....]
  22.  
  23. For best compatibility, make no assumptions about the list of GadTools
  24. gadgets except that it's a list of gadgets of some sort. I'd say walking
  25. that list to the end is about the most assumption you can make, but if you
  26. keep the organization as in the example above, you won't even need to do
  27. that. Also, do not modify any GadTools gadgets. If you need to make changes
  28. to a GadTools gadgets, destroy the whole list (of GadTools gadgets) and
  29. rebuild it (you need not, of course, destroy your own gadgets.)
  30.  
  31.  |._.|_   Udo Schuermann             "The future's not what it used to be!"
  32.  |(:)| )  walrus@wam.umd.edu                  -- Narn Ambassador G'Kar
  33.  |_:_|/   http://www.wam.umd.edu/~walrus/        Babylon 5, "The Long Dark"
  34.