help_controls.m

来自「任意边界结构正交曲线网格生成程序」· M 代码 · 共 29 行

M
29
字号
function theResult = help_controls(self, varargin)%    The "ps/control" method adds controls to the% "ps" 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 "ps/doresize" to adjust% each control whenever the window is resized.%    The "ps/control" method returns the handle of% the new control, so that further embellishments can% be made.%    See "help ps/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, 'PS Controls')if nargout > 0, theResult = self; end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?