Path: Common/ControlGUI
% Create dual lists. Typing DualListPlugIn is the same as DualListPlugIn('initialize') -------------------------------------------------------------------------- Form: x = DualListPlugIn( action, modifier, hFig, position, callback ) -------------------------------------------------------------------------- ------ Inputs ------ action (1,:) Action 'initialize', 'update' modifier (1,:) Modifier to the action hFig (1,1) Handle to the figure position (1,4) [left bottom width height] callback (1,:) Callback string when something has changed in this gui ------- Outputs ------- x (1,1) Depends on the action. --------------------------------------------------------------------------
Common: General/GetCurrentGUIObject
Back to the Common Module page