uifigureOnTop
UIFIGUREONTOP allows to trigger uifigure's "Always On Top" state
% INPUT ARGUMENTS:
* uifig - Matlab uifigure handle, scalar
* isOnTop - logical scalar or empty array
% USAGE:
* uifigureOnTop(uifigure, true); - switch on "always on top"
* uifigureOnTop(uifigure, false); - switch off "always on top"
* uifigureOnTop(uifigure); - equal to uifigureOnTop( uifigure,true);
* WasOnTop = uifigureOnTop(...); - returns boolean value "if figure WAS on top"
* isOnTop = uifigureOnTop(uifigure,[]) - get "if figure is on top" property
For Matlab windows, created via `hf=figure()` use `WinOnTop()`, see:
https://www.mathworks.com/matlabcentral/fileexchange/42252-winontop
% LIMITATIONS:
* java enabled
* figure must be visible
* figure's "WindowStyle" should be "normal"
* figureHandle should not be casted to double, if using HG2 (R2014b+)
Based on https://undocumentedmatlab.com/blog/customizing-uifigures-part-1
引用格式
Igor (2024). uifigureOnTop (https://github.com/i3v/uifigureOnTop), GitHub. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
致谢
参考作品: WinOnTop
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.1 | Added pic. |
|
|
1.0.0 |
|