12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

uicontrol Propertiesdefined, that callback attempts to interrupt the first callback. <strong>MATLAB</strong>processes the callbacks according to these factors:• The Interruptible property of the object whose callback is executing• Whether the executing callback contains drawnow, figure, getframe, pause,or waitfor statements• The BusyAction property of the object whose callback is waiting to executeIf the Interruptible property of the object whose callback is executing is on(the default), the callback can be interrupted. The callback interruptsexecution at the next drawnow, figure, getframe, pause, or waitfor statement,and processes the events in the event queue, which includes the waitingcallback.If the Interruptible property of the object whose callback is executing is off,the callback cannot be interrupted (except by certain callbacks; see the notebelow). The BusyAction property of the object whose callback is waiting toexecute determines what happens to the callback.Note If the interrupting callback is a DeleteFcn or CreateFcn callback or afigure’s CloseRequest or ResizeFcn callback, it interrupts an executingcallback regardless of the value of that object’s Interruptible property. Theinterrupting callback starts execution at the next drawnow, figure, getframe,pause, or waitfor statement. A figure’s WindowButtonDownFcn callbackroutine, or an object’s ButtonDownFcn or Callback routine are processedaccording to the rules described above.ListboxTop scalarIndex of top-most string displayed in list box. This property applies only to thelistbox style of uicontrol. It specifies which string appears in the top-mostposition in a list box that is not large enough to display all list entries.ListboxTop is an index into the array of strings defined by the String propertyand must have a value between 1 and the number of strings. Noninteger valuesare fixed to the next lowest integer.2-549

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!