UIElement:
-------------------------------------------------------------------------------
Interface to PSS and Mathworks UI. PSS functions
editpm Edit box with a + and - button
list Two dimensional scrollable list of uicontrols
checkboxlist List of checkboxes
listwithbutton Listbox with a button. You need to supply two
callbacks, callback.button and callback.list
datastructurelist draw a datastructure
Examples - see also UIElementDemo
---------------------------------
datastructurelist
h = UIElement( 'parent', h.fig, 'height', 60, 'position', p,...
'width', 180, 'style', 'datastructurelist', 'datastructure', d );
-------------------------------------------------------------------------------
Form:
h = UIElement( varargin )
-------------------------------------------------------------------------------
------
Inputs
------
varargin {} Variable input arguments
-------
Outputs
-------
h (:) Handle
-------------------------------------------------------------------------------
Children:
Common: General/StructToCell2D