lm_isparent

Find out if a given uicontrol is a child of any of a list of candidate parent frames.


CALL:

   istrue = lm_isparent(h, hframes)
  

INPUT:

   h:       
     handle of uicontrol
   hframes: 
     array of modelit.layout.Frame
  

OUTPUT:

   istrue: 
     Boolean, true if any of hframes is the parent of h