Tooltip on treeview nodes?

BlitzMax Forums/BlitzMax Programming/Tooltip on treeview nodes?

I can't seem to find a function for setting a tooltip on a treeview node. Can anyone help? I can only find a function for toolbars.

Thanks in advance

There isn't one at the moment.

Lists that use "GadgetItems" can have them, but that's about it really. Since a TreeView uses a Node, the node only caters for an icon image, and not extra stuff like tooltips.

Shame really, as tooltips would be nice on *all* gadgets.

Birdie made a mod to add a tooltip to any gadget which is available on the modserver. syncmods -u * -p * birdie

Edit: I'm not sure that tooltips work for individual nodes though.

I coded me own. Didn't want to change all of my gadgets to extended gadgets. Too much hassle :)