gr_getpa.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 24 行
GML
24 行
.gfunc getplotaction
.if '&lang' eq 'C' .do begin
short _FAR _getplotaction( void );
.do end
.el .do begin
integer*2 function _getplotaction()
.do end
.gfuncend
.desc begin
The &func &routine returns the current plotting action.
.pp
.im gr_plot
.desc end
.return begin
The &func &routine returns the current plotting action.
.return end
.see begin
.seelist &function. _setplotaction
.see end
.grexam begin eg_getpa.&langsuff
.grexam end
.class &grfun
.system
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?