MATLAB Function Reference Previous page   Next Page
guihandles

Create a structure of handles

Syntax

Description

handles = guihandles(object_handle) returns a structure containing the handles of the objects in a figure, using the value of their Tag properties as the fieldnames, with the following caveats:

handles = guihandles returns a structure of handles for the current figure.

See Also

guidata, guide, getappdata, setappdata


Previous page  guide gunzip Next page

© 1994-2005 The MathWorks, Inc.