Example #1
0
File: button.c Project: cran/R2SWF
void 
SWFButtonRecord_move(SWFButtonRecord record, double x, double y)
{
	SWFPosition_move(record->position, x, y);
}
Example #2
0
void
SWFFill_move(SWFFill fill, float x, float y)
{
	SWFPosition_move(fill->position, x, y);
}