Request: a setTooltip method in TooltipListEntry
sargunv opened this issue · 1 comments
This would make tooltip integration into auto-config much cleaner.
Essentially I want to set the tooltip at some time after construction so I don't have to check for a tooltip in every single type's list entry constructor call. It would also allow me to make tooltips "just work" even for custom gui providers registered by my users.