gr_setls.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 34 行
GML
34 行
.gfunc setlinestyle
.if '&lang' eq 'C' .do begin
void _FAR _setlinestyle( unsigned short style );
.do end
.el .do begin
subroutine _setlinestyle( style )
integer*2 style
.do end
.gfuncend
.desc begin
The &func &routine sets the current line-style mask to the value of the
.arg style
argument.
.pp
.im gr_lines
.pp
The default line style mask is
.hex FFFF .
.desc end
.if '&lang' eq 'C' .do begin
.return begin
The &func &routine does not return a value.
.return end
.do end
.see begin
.seelist &function. _getlinestyle _lineto _rectangle _polygon _setplotaction
.see end
.grexam begin eg_getls.&langsuff
.grexam output
.picture eg_getls
.grexam end
.class &grfun
.system
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?