Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtwm / WmImage.h
1 /* 
2  * (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC. 
3  * ALL RIGHTS RESERVED 
4 */ 
5 /* 
6  * Motif Release 1.2.2
7 */ 
8 /*   $XConsortium: WmImage.h /main/4 1995/11/01 11:42:39 rswiston $ */
9 /*
10  * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
11
12 extern char  *BitmapPathName (char *string);
13 #ifdef WSM
14 extern int    GetBitmapIndex (WmScreenData *pSD, 
15                                 char *name, 
16                                 Boolean bReportError);
17 #else /* WSM */
18 extern int    GetBitmapIndex (WmScreenData *pSD, char *name);
19 #endif /* WSM */
20 extern Pixmap MakeCachedIconPixmap (ClientData *pCD, int bitmapIndex, Pixmap mask);
21 extern Pixmap MakeCachedLabelPixmap (WmScreenData *pSD, Widget menuW, int bitmapIndex);
22 extern Pixmap MakeClientIconPixmap (ClientData *pCD, Pixmap iconBitmap, Pixmap iconMask);
23 extern Pixmap MakeIconPixmap (ClientData *pCD, Pixmap bitmap, Pixmap mask, unsigned int width, unsigned int height, unsigned int depth);
24 extern Pixmap MakeNamedIconPixmap (ClientData *pCD, String iconName);