SetGadgetFont() supports #PB_Default to change the font-family for all future gadgets at once.
IMHO it would be nice, if we had this also with the gadget colors, for example
Code: Select all
SetGadgetColor(#PB_Default, #PB_Gadget_BackColor, #White)
Code: Select all
SetGadgetColor(#PB_Default, #PB_Gadget_BackColor, #White)
Code: Select all
onErrorGoto(?Fred)