Provided by: libming-dev_0.4.5-1ubuntu5_amd64 bug

NAME

       SWFButton_addCharacter - adds a character

SYNOPSIS

       #include <ming.h>

       SWFButtonRecord SWFButton_addCharacter
       (
            SWFButton button,
            SWFCharacter character,
            byte state
       );

PARAMETERS

       SWFButton button
              Button object.

       SWFCharacter character
              Character to be added.

       byte state
              State description.

DESCRIPTION

       Add a 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.

RETURNS

       A SWFButtonRecord object which can be further modified.