Figure Window Always on Top
Nota dell'editore: This file was a File Exchange Pick of the Week
My first attempt at a mex file making a simple call to the "SetWindowPos" function in the user32 library. This allows users to keep MATLAB figures on top, floating above all other windows even when focus is not on the target window.
Example ...
figure(1);
winontop('figure 1');
Tested on MATLAB Version 7.0.4.365 (R14) Service Pack 2 running under Operating System: Microsoft Windows XP Version 5.1 (Build 2600: Service Pack 2)
Cita come
John Anderson (2025). Figure Window Always on Top (https://www.mathworks.com/matlabcentral/fileexchange/8642-figure-window-always-on-top), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > Graphics Objects >
Tag
Riconoscimenti
Ispirato: WinOnTop
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | A couple of improvements have been made thanks to Ryan J Ollos. You are now able to toggle the winontop state and the position of the window is left unchanged during operation (rather annoying feature of previous version) |