Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File7.6.9 vql_attributes TOS Name: »Inquire Current Polyline Attributes« - Obtain the attributes for drawing lines. Opcode: 35 Syntax: void vql_attributes ( int16_t handle, int16_t *attrib ); Description: The call vql_attributes returns the settings that affect the attributes of the current line drawing functions. Parameter Meaning handle Workstation identifier attrib[0] Line type (see vsl_type) attrib[1] Line colour (see vsl_color) attrib[2] Writing mode (see vswr_mode) attrib[3] Current line width (see vsl_width) attrib[4] End style for start of lines (see vsl_ends) attrib[5] End style for end of lines (see vsl_ends) Note: The statements made here (specially for attrib[4,5]) apply for the NVDI implementation. Return value: The function does not return a result. Availability: Supported by all drivers. Group: Inquire functions See Also: Binding vswr_mode vs_color vsl_type vsl_width vsl_color vsl_ends