WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
"SWFButton_addShape" 3 "23 September 2008" "c2man button.c"
"NAME"
SWFButton_addShape - adds a shape character
"SYNOPSIS"
#include <ming.h>

void SWFButton_addShape

(

SWFButton button,

SWFCharacter character,

byte flags

);

"PARAMETERS"

"SWFButton button" Not Documented.

"SWFCharacter character" Not Documented.

"byte flags" Not Documented.

"DESCRIPTION"
Add a shape character to a button for given states possible states: SWFBUTTON_HIT SWFBUTTON_DOWN SWFBUTTON_OVER SWFBUTTON_UP states can be combined using the binary or operator deprecated! use SWFButton_addCharacter instead.