#include <stdlib.h>#include <stdio.h>#include <ming.h>#include "ming_utils.h"Defines | |
| #define | OUTPUT_VERSION 6 |
| #define | OUTPUT_FILENAME "DefineEditTextVariableNameTest.swf" |
Functions | |
| void | add_text_field (SWFMovieClip mo, SWFBlock font, const char *varname, const char *text) |
| void | set_text (SWFMovie mo, const char *txt, const char *varname) |
| void | shift_horizontally (SWFMovie mo, const char *what, int howmuch) |
| void | set_x (SWFMovie mo, const char *what, int x) |
| void | setVariableName (SWFMovie mo, const char *txt, const char *varname) |
| int | main (int argc, char **argv) |
| #define OUTPUT_FILENAME "DefineEditTextVariableNameTest.swf" |
Referenced by main().
| #define OUTPUT_VERSION 6 |
Referenced by main().
| void add_text_field | ( | SWFMovieClip | mo, | |
| SWFBlock | font, | |||
| const char * | varname, | |||
| const char * | text | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void set_text | ( | SWFMovie | mo, | |
| const char * | txt, | |||
| const char * | varname | |||
| ) |
| void set_x | ( | SWFMovie | mo, | |
| const char * | what, | |||
| int | x | |||
| ) |
Referenced by main().
| void setVariableName | ( | SWFMovie | mo, | |
| const char * | txt, | |||
| const char * | varname | |||
| ) |
Referenced by main().
| void shift_horizontally | ( | SWFMovie | mo, | |
| const char * | what, | |||
| int | howmuch | |||
| ) |
1.7.1