AMOSi:Graphic Box

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
Jump to: navigation, search

an example can be found on AMOSPro_Tutorial:Tutorials/Interface/Graphics.AMOS


Draws a filled box in the present ink colour. GB is ideal for generating your buttons and dialogue boxes.


GB tx,ty,bx,by;


Displays a box from tx,ty to bx,by. The colour of this box can be set using the INk command, and it's fill pattern can be changed with SP (SetPattern).