Disable mouseover / hover explanation in linux

4 ビュー (過去 30 日間)
Kyle Ausen
Kyle Ausen 2021 年 10 月 7 日
回答済み: Tanmay Das 2021 年 10 月 14 日
Is it possible to turn off the mouseover button explanations or hover tooltips? There are posts on disabling either the function syntax tooltips at the command line or disabling the data tips in plots. I have not been able to find any information on disabling these other types of tips (see PNGs). I am running matlab on a linux machine.

採用された回答

Tanmay Das
Tanmay Das 2021 年 10 月 14 日
Hi Kyle,
To turn off the tooltips in MATLAB, please enter the following command into the MATLAB Command Window:
javax.swing.ToolTipManager.sharedInstance().setEnabled(false)
To turn the tooltips back on, please enter the following command into the MATLAB Command Window:
javax.swing.ToolTipManager.sharedInstance().setEnabled(true)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by