•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ graf_growbox ]

#include <aes.h>

int graf_growbox( int small_x, int small_y, int small_w, int small_h,
                  int big_x, int big_y, int big_w, int big_h);

  <small_x> is the starting x coordinate for the box.
  <small_y> is the starting y coordinate for the box.
  <small_w> is the starting width for the box (in pixels).
  <small_h) is the starting height for the box (in pixels).
  <big_x> is the final x coordinate for the box.
  <big_y> is the final y coordinate for the box.
  <big_w> is the final width for the box (in pixels).
  <big_h> is the final height for the box (in pixels).


Function draws an expanding box.
It returns a positive number normally, or 0 on an error.

AES Opcode 73

See also Graphics and form_dial().