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-File8.12.9 graf_shrinkbox TOS Name: »Graphics shrink box« - Draw an animated shrinking rectangle on the screen. Opcode: 74 Syntax: int16_t graf_shrinkbox ( int16_t gr_sfinx, int16_t gr_sfiny, int16_t gr_sfinwidth, int16_t gr_sfinheight, int16_t gr_sstx, int16_t gr_ssty, int16_t gr_sstwidth, int16_t gr_sstheight ); Description: The call graf_shrinkbox draws an animated rectangular outline box shinking from one set of coordinates to another (complement to graf_growbox). The following apply: Parameter Meaning gr_sfinx X-coordinate, gr_sfiny Y-coordinate, gr_sfinwidth Width, and gr_sfinheight Height of outline box at end gr_sstx X-coordinate, gr_ssty Y-coordinate, gr_sstwidth Width, and gr_sstheight Height of outline box at start Note: As of PC-GEM Version 2.0, this call is ignored. The reason given for this is the legal dispute between Apple and Digital Research. Return value: An error has arisen only if the value 0 is returned. Availability: All AES versions. Group: Graphics library See Also: Binding form_dial graf_growbox