function theResult = help_controls(self, varargin)%    The "presto/control" method adds controls to the% presto" window.  Standard scrollbars are indicated% by the names: 'bottom', 'right', 'top,' or 'left'.% Other controls are denoted by their "Style" property,% as in 'pushbutton'.%    Each control requires a "layout", consisting of a% normalized-position and a pixel-offset.  The "layout"% information is used by "presto/doresize" to adjust% each control whenever the window is resized.%    The "presto/control" method returns the handle of% the new control, so that further embellishments can% be made.%    See "help presto/control". % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.%  All Rights Reserved.%   Disclosure without explicit written consent from the%    copyright owner does not constitute publication. % Version of 04-Nov-1999 14:41:34.% Updated    04-Nov-1999 14:54:02.h = help(mfilename);helpdlg(h, 'Presto Controls')if nargout > 0, theResult = self; end