Note that to modify the imagery of a gadget, you must first remove
that gadget from the window's gadget list, using RemoveGadget() (or
RemoveGList()). After changing the image, border, text (including
text for a string gadget), the gadget is replaced in the gadget list
(using AddGadget() or AddGList()). Adding gadgets does not cause
them to be displayed (refreshed), so this function, or RefreshGList()
is typically called.
RemoveGadget() RemoveGList()
RefreshGadgets() RefreshGList()
RefreshGadgets() GT_RefreshWindow()
@peceha, post #1
@peceha, post #2