Changeset 287 for trunk/src/read_GUI.m


Ignore:
Timestamp:
Nov 19, 2011, 10:40:00 AM (12 years ago)
Author:
sommeria
Message:

further cleaning after new GUI civ. The function mouse_alt_gui allows to zoom out a uicontrol and edit it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_GUI.m

    r281 r287  
    22% --- read a GUI with handle 'handle' producing a structure 'struct'
    33function struct=read_GUI(handle)
     4struct=[];%default
    45hchild=get(handle,'children');
    56for ichild=1:numel(hchild)
Note: See TracChangeset for help on using the changeset viewer.