Cursor basics- Matlab 7.8.0 R2009a

Can someone please advise me how to make a global choice of cursor when working with GUIs? Currently the default one is a cross, and I know there is a way to change it into an arrow, but cannot recall which file needed to be changed.

 Respuesta aceptada

Stephen Brown
Stephen Brown el 15 de Feb. de 2012

0 votos

Update ginput.m line 102 (originally set(fig,'pointer','fullcrosshair'))_ with _set(fig,'pointer','arrow');_this will change the default cursor when working with graphical input.

Más respuestas (0)

Categorías

Más información sobre Graphics Object Properties en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 15 de Feb. de 2012

Comentada:

el 23 de Jul. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by