SetToolbaritem?

BlitzMax Forums/BlitzMax GUI Programming/SetToolbaritem?

Hi!

Is it possible to change/replace a single icon image of a toolbar "on the fly"?

Grisu

ModifyGadgetItem works fine. Just give it the right index and the new icon index. Or do you mean for an image which is not already part of the toolbar?

Great, thanks for the hint.

If the docs would be better I might have found it as reference under "CreateToolbar".