home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17723 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  974 b 

  1. Path: sparky!uunet!gossip.pyramid.com!olivea!charnel!sifon!cerberus.ulaval.ca!gel36
  2. From: gel36@gel.ulaval.ca (Usager temporaire)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: How do you resize GadTools gadgets??
  5. Message-ID: <gel36.725059209@matapedia>
  6. Date: 22 Dec 92 21:20:09 GMT
  7. Sender: news@cerberus.ulaval.ca
  8. Organization: Universite Laval
  9. Lines: 12
  10. Nntp-Posting-Host: matapedia
  11.  
  12. I'm working on a resizable window and I need to resize
  13. my listviews whenever I get a NEWSIZE message.
  14. Is there a way I can resize the listviews without having
  15. to use FreeGadgets() and CreateGadget() to rebuild all
  16. my gadgets?
  17. Why are the GFLG_RELWIDTH, GFLG_RELBOTTOM, etc... flags
  18. filtered by Gadtools??
  19. I found you could manually add these flags after creating
  20. a gadget, but they only work with simple gadgets like
  21. BUTTON, CHECKBOX, ... but they don't work with listviews.
  22. I'd like to hear from someone who built a resizable window
  23. with gadtoolsbox and was successfull with resizing...
  24.