Callback function on window focus?
이전 댓글 표시
I created a figure with
f = figure
Is it possible to make something happen (callback) when the window containing my figure is selected ("on Focus")?
답변 (1개)
Ajay Kumar
2019년 11월 19일
f = figure;
drawnow
figure(f);
댓글 수: 2
Giuseppe Antonio
2019년 11월 19일
Ajay Kumar
2019년 11월 19일
what do you want to write in the callback? if the figure is selected?
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!