Easily toggle tooltips on or off

版本 1.0.0.1 (2.2 KB) 作者: Brett Shoelson
toggleTooltips allows you to toggle tooltipstrings on or off for all children of a specified parent.
465.0 次下载
更新时间 2016/9/1

查看许可证

Sometimes it's convenient to show tooltips; other times you might want to hide them. |toggleTooltips| makes switching between these conventions trivially easy.

toggleTooltips(parent)
...toggles OFF or ON all tooltips of all objects that are children of the specified parent.
toggleTooltips(parent, onOff)
...also allows you to specify onoff, using either 'on' or 'off'.

status = toggleTooltips(...)
...returns the state of the tooltips AFTER the function has run.

引用格式

Brett Shoelson (2024). Easily toggle tooltips on or off (https://www.mathworks.com/matlabcentral/fileexchange/39223-easily-toggle-tooltips-on-or-off), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息
致谢

启发作品: imageToolbar

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0