DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_cache_pixmap - caches a pixmap for a library

LIBRARY CALL

void xvw_cache_pixmap(
   char *filetag,
   char **pixmapdef)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

This routine caches a pixmap for a library so that all pixmaps used by visualization libraries will be compiled into the library archive and thus will not hinder the creation of standalone applications (you can't have a standalone application depend on a library that needs to open a pixmap file at runtime, as you won't have the pixmap file when you need it if the library wasn't distributed with the application).

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvwidgets/src/utilities.c

SEE ALSO

xvwidgets(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.