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
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
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.