Skip to content

Files

Latest commit

author
Igor Varfolomeev
Oct 27, 2019
c3bde6e · Oct 27, 2019

History

History
17 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 411 Bytes

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);