•  Back 
  •  VDI Inquire 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filevqt_attributes()
vql_attributes()
vqm_attributes()
vqf_attributes()                                                        VDI

Syntax

VOID vqf_attributes( handle, attr )
WORD handle;
WORD *attr;

Function      vqf_attributes() returns information regarding the current
              fill attributes.

Opcode        37

Availability  Supported by all devices.

Parameters    handle specifies a valid workstation handle. attr points to
              an array of five WORDs which upon exit will be filled in as
              follows:

              attr[x]                   Meaning

                0   Current fill area interior type (see vsf_interior() ).

                1   Current fill area color (see vsf_color() ).

                2   Current fill area style (see vsf_style() ).

                3   Current writing mode (see vswr_mode() ).

                4   Current perimeter status (see vsf_perimeter() ).

Binding       contrl[0] = 37;
              contrl[1] = contrl[3] = 0;
              contrl[6] = handle;

              vdi();

              attr[0] = intout[0];
              attr[1] = intout[1];
              attr[2] = intout[2];
              attr[3] = intout[3];
              attr[4] = intout[4];

See Also      vqt_attributes(), vql_attributes(), vqm_attributes()

Group         VDI Inquire