int
kgen_generate_libpixmap(
kobject object)
none
void xxx_cache_pixmaps(void)
This routine is used to cache all the pixmaps that are used in the library. Caching of pixmaps is required so that pixmap filenames are compiled into the library archive. Being compiled into the library archive means that pixmaps ill 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).
none
none
$BOOTSTRAP/objects/library/kcodegen/src/clui_libpixmap.c