Skip to content

Allows to trigger uifigure's "Always On Top" state in Matlab

License

Notifications You must be signed in to change notification settings

i3v/uifigureOnTop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uifigureOnTop

Allows to trigger figure's "Always On Top" state for Matlab uifigure() windows.

Main features:

  • Turns "always on top" state on and off
  • Returns previous "always on top" state

Quickstart:

Try the demo:

>> demo_uifigureOnTop();

or apply the same to your own figure:

>> hf=uifigure; ha=uiaxes(hf); imshow('peppers.png','Parent',ha); uifigureOnTop(hf);

About

Allows to trigger uifigure's "Always On Top" state in Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages