Callback function on window focus?
Afficher commentaires plus anciens
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")?
Réponses (1)
Ajay Kumar
le 19 Nov 2019
f = figure;
drawnow
figure(f);
2 commentaires
Giuseppe Antonio
le 19 Nov 2019
Ajay Kumar
le 19 Nov 2019
what do you want to write in the callback? if the figure is selected?
Catégories
En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!