function closebuttons %CLOSEBUTTONS Eval the Done button callback and deletes the % objects in the B_frame. % % Claudio 17 Aug. 1995 % % % Copyright (c) 1995 by Claudio Rivetti and Mark Young % claudio@alice.uoregon.edu, mark@alice.uoregon.edu % global B_frame Handlefig pos=get(B_frame, 'Position'); clearobject(pos); set(B_frame, 'visible', 'off'); return