home *** CD-ROM | disk | FTP | other *** search
- Path: trog.dra.hmg.gb!news
- From: icwhiting@dra.hmg.gb (Ian Whiting)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Changing Gadtools Gadgets
- Date: Wed, 21 Feb 1996 08:13:31 GMT
- Organization: RAF Innsworth
- Message-ID: <4geked$3mh@trog.dra.hmg.gb>
- References: <50332724@river.prima.ruhr.de>
- Reply-To: icwhiting@dra.hmg.gb
- NNTP-Posting-Host: 146.80.246.31
- X-Newsreader: Forte Free Agent v0.55
-
-
- Here it is, the OS friendly way of changing gadtools gadgets
- attributes (includes all the parameters passed to it in the tags)
-
- Straight from the RKM Includes & Autodocs manual under Gadtools:
-
- void GT_SetGadgetAttrsA( gad, win, req, taglist )
- a0 a1 a2 a3
-
- gad = pointer to gadget (returned after calling CreateGadget)
- win = Pointer to Window (returned after calling OpenWindowTags)
- req = Doesn't do anything at the present, set to NULL
- taglist = pointer to your new taglist for the gadget
-
-
-
- So there it is.
-
- Anyone got any ideas about my problem?
-
-
- Ian Whiting
-
-