#include "ming_utils.h"
#include <ming.h>
#include <stdio.h>
#include <stdlib.h>
Defines | |
#define | OUTPUT_VERSION 6 |
#define | OUTPUT_FILENAME "ButtonEventsTest.swf" |
Functions | |
void | add_event (SWFMovie mo, const char *name, const char *event, const char *action) |
void | add_code (SWFMovie mo, const char *code) |
void | add_text_field (SWFMovie mo, const char *name, const char *varname, const char *initial_label, int depth, int x, int y) |
void | set_text (SWFMovie mo, const char *text) |
SWFDisplayItem | add_square (SWFMovie mo, byte r, byte g, byte b, int depth) |
SWFDisplayItem | add_button (SWFMovie mo) |
int | main (int argc, char **argv) |
Variables | |
SWFFont | font |
#define OUTPUT_FILENAME "ButtonEventsTest.swf" |
Referenced by main().
#define OUTPUT_VERSION 6 |
Referenced by main().
SWFDisplayItem add_button | ( | SWFMovie | mo | ) |
References make_fill_square(), and newSWFAction.
Referenced by main().
void add_code | ( | SWFMovie | mo, | |
const char * | code | |||
) |
Referenced by set_text().
void add_event | ( | SWFMovie | mo, | |
const char * | name, | |||
const char * | event, | |||
const char * | action | |||
) |
Referenced by main().
SWFDisplayItem add_square | ( | SWFMovie | mo, | |
byte | r, | |||
byte | g, | |||
byte | b, | |||
int | depth | |||
) |
Referenced by main().
void add_text_field | ( | SWFMovie | mo, | |
const char * | name, | |||
const char * | varname, | |||
const char * | initial_label, | |||
int | depth, | |||
int | x, | |||
int | y | |||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void set_text | ( | SWFMovie | mo, | |
const char * | text | |||
) |
References add_code().
SWFFont font |
Referenced by add_button(), add_text_field(), main(), and setupMovie().