m+IKanimate - Methods to Interactively Animate an Image Sequence>j Pair








NAME

C

animate - Methods to Interactively Animate an Image Sequence






(

SYNOPSIS

w

void XAnimateBackgroundImage( Display *display, XResourceInfo *resource_info, Image *images );






B

FUNCTION DESCRIPTIONS





F

XAnimateBackgroundImage

¨
XAnimateBackgroundImage() animates an image sequence in the background of a window.

The format of the XAnimateBackgroundImage method is:

î
void XAnimateBackgroundImage ( Display *display, XResourceInfo *resource_info, Image *images );

A description of each parameter follows:


E
o display:


BSpecifies a connection to an X server; returned from XOpenDisplay.


Q
o resource_info:


5Specifies a pointer to a X11 XResourceInfo structure.


C
o images:


The image list.





2

XAnimateImage

?

XAnimateImages() displays an image via X11.

2

The format of the XAnimateImages method is:


H    Image *XAnimateImages(Display *display,XResourceInfo *resource_info,5      char **argv,const int argc,Image *images)
/

A description of each parameter follows:


%
o display:


BSpecifies a connection to an X server; returned from XOpenDisplay.


+
o resource_info:


5Specifies a pointer to a X11 XResourceInfo structure.


?
o argv:


*Specifies the application's argument list.


?
o argc:


"Specifies the number of arguments.


$
o images:


The image list.