Path: Common/General
% 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 --------------------------------------------------------------------------
Common: General/SetUIElement Common: General/StringMatch Common: General/StructToCell2D
Back to the Common Module page