Changeset 71 for trunk/src/delete_object.m
- Timestamp:
- Mar 29, 2010, 6:34:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/delete_object.m
r19 r71 7 7 function delete_object(hObject) 8 8 9 huvmat=findobj(' Name','uvmat');%handles of the uvmat interface9 huvmat=findobj('tag','uvmat');%handles of the uvmat interface 10 10 UvData=get(huvmat,'UserData'); 11 hlist_object=findobj(huvmat,'Tag','list_object ');%handles of the object liçst in the uvmat interface11 hlist_object=findobj(huvmat,'Tag','list_object_1');%handles of the object liçst in the uvmat interface 12 12 list_str=get(hlist_object,'String');%objet list 13 13 ObjectData=[];%default … … 72 72 set(hlist_object,'String',list_str) 73 73 set(hlist_object,'Value',length(list_str)) 74 hlist_object=findobj(huvmat,'Tag','list_object_2');%handles of the object liçst in the uvmat interface 75 set(hlist_object,'String',[list_str {'...'}]) 76 set(hlist_object,'Value',length(list_str)+1)
Note: See TracChangeset
for help on using the changeset viewer.