Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 bug

NAME

       SWFMovie_labelFrame - Add a label Frame

SYNOPSIS

       #include <ming.h>

       void SWFMovie_labelFrame
       (
            SWFMovie movie,
            const char *label
       );

PARAMETERS

       SWFMovie movie
              Movie to which the label is added.

       const char *label
              Name to use for the label.

DESCRIPTION

       This function adds a labelFrame to the movie's current frame.