📄 help_controls.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -