24#ifndef SOXTINTERNALUTILS_H
25#define SOXTINTERNALUTILS_H
27#include <X11/Intrinsic.h>
28#include <Inventor/SbBasic.h>
39 Colormap & cmap,
int & depth);
42 SbBool ghost =
FALSE);
50 static const char * xpmErrorString(
int error);
52 static char * appname;
53 static char * appclass;
static void selectBestVisual(Display *dpy, Visual *&visual, Colormap &cmap, int &depth)
static const char * getAppName(void)
static const char * getAppClass(void)
static void setAppName(const char *appname)
static void setAppClass(const char *appclass)
static Pixmap createPixmapFromXpm(Widget button, const char **xpm, SbBool ghost=FALSE)