Skip to content

scWindowButtonDownFcn

  scWindowButtonDownFcn callback for sigTOOL windows.

  Example:
  scWindowButtonDownFcn(fhandle, EventData)
        mouse pressed callback for sigTOOL data and result windows

  This is the generic callback for sigTOOL figures.
  Specific graphic objects may have custom callbacks defined that do not
  depend on scWindowButtonDownFcn - hence empty coding in some cases here.
  Object specific callbacks, where defined, will be in the event queue and
  will be executed when this callback returns.

  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 11/06
  Copyright © The Author & King's College London 2006-
  -------------------------------------------------------------------------

  Revisions:
  29.09.08  Bug Fix
  26.10.08  Add drawnow for uitable- needed on R2008b to flush event queue
  21.08.09  Add support to change axis ranges in result view
  05.05.09  Support column display mode
  26.09.09  Improved support for CustomResultPanels