Changeset 671 for trunk/src/fill_GUI.m
- Timestamp:
- Jul 31, 2013, 11:11:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fill_GUI.m
r667 r671 18 18 return 19 19 end 20 children=get(GUI_handle,'children'); 20 children=get(GUI_handle,'children');%handles of the children of the input GUI with handle 'GUI_handle' 21 21 handles=[]; 22 22 for ichild=1:numel(children) 23 if ~isempty(get(children(ichild),'tag')) 23 24 handles.(get(children(ichild),'tag'))=children(ichild); 25 end 24 26 end 25 27 UserData=get(GUI_handle,'UserData');
Note: See TracChangeset
for help on using the changeset viewer.