gr_setpa.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 27 行

GML
27
字号
.gfunc setplotaction
.if '&lang' eq 'C' .do begin
short _FAR _setplotaction( short action );
.do end
.el .do begin
integer*2 function _setplotaction( action )
integer*2 action
.do end
.gfuncend
.desc begin
The &func &routine sets the current plotting action to the value of the
.arg action
argument.
.pp
.im gr_plot
.desc end
.return begin
The previous value of the plotting action is returned.
.return end
.see begin
.seelist &function. _getplotaction
.see end
.grexam begin eg_getpa.&langsuff
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

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