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