📄 gridstyle.class
字号:
// gridstyle
//
// Style of a grid, that is a grid that is shown on a plotregion, not the
// grids that control where views are located.
*! version 1.0.1 02dec2003
version 8
class {
instance:
linestyle = .linestyle.new
extend_low = .yesno.new
extend_high = .yesno.new
outer_tolerance = .numstyle.new , style(0.25)
draw_min = .yesno.new
draw_max = .yesno.new
force_nomin = .yesno.new
force_nomax = .yesno.new
}, inherit(style)
// --------------------------------------------------------------------------
program define new
/* composite style defaults */
syntax [ , Style(string) * ]
if "`style'" == "" {
.setstyle , style(scheme)
}
.Super.new `0'
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -