CompuServe Thread

Repositioning GadTools

3 messages in this thread
#37869From: Ralph StaudteNov 23, 1993 5:07 AM
Hi there, How can I safely reposition and resize a GadTools Gadget while the window is open and the Gad is attached to it. Changing the Gadget structure with a GT_RefreshWindow is not legal (?) and doesn't work! Frank
#37878From: Steve TibbettNov 23, 1993 6:33 PM
You can't legally reposition and resize a GadTools gadget, nor can you destroy a single gadget. You will have to destroy all the gadgets in the window and recreate them. Bummer. …Steve
#37967From: Arnie CachelinNov 29, 1993 2:09 PM
I'm pretty sure you have to remove the gadget from the list, change it, and put it back. This is necessary for ghosting them. The imagery doesn't disappear when you remove the gad, so noone will notice anyway.