Changeset 671 for trunk/src/fill_GUI.m


Ignore:
Timestamp:
Jul 31, 2013, 11:11:55 PM (11 years ago)
Author:
sommeria
Message:

geometry_calib corrected for translation and rotation + cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fill_GUI.m

    r667 r671  
    1818    return
    1919end
    20 children=get(GUI_handle,'children');
     20children=get(GUI_handle,'children');%handles of the children of the input GUI with handle 'GUI_handle'
    2121handles=[];
    2222for ichild=1:numel(children)
     23    if ~isempty(get(children(ichild),'tag'))
    2324    handles.(get(children(ichild),'tag'))=children(ichild);
     25    end
    2426end
    2527UserData=get(GUI_handle,'UserData');
Note: See TracChangeset for help on using the changeset viewer.