gr_pgsy.gml

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

GML
31
字号
.gfunc pg_setstyleset
.if '&lang' eq 'C' .do begin
void _FAR _pg_setstyleset( unsigned short _FAR *style );
.do end
.el .do begin
subroutine _pg_setstyleset( style )
integer*2 style(*)
.do end
.gfuncend
.desc begin
The &func &routine retrieves the internal style-set of the
presentation graphics system.
The style-set is a set of line styles used for drawing
window borders and grid-lines.
The argument
.arg style
is an array containing the new style-set.
.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. _pg_defaultchart _pg_initchart _pg_chart _pg_chartpie _pg_chartscatter _pg_getstyleset _pg_resetstyleset
.see end
.grexam begin eg_pggy.&langsuff
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

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