File: imageutil.h

package info (click to toggle)
mpsql 2.1-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 3,528 kB
  • ctags: 4,886
  • sloc: ansic: 35,184; makefile: 3,761; sh: 44
file content (19 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/************************************************************************/
/* File   : imageutil.h					                */
/* Purpose: graphics module header for mpsql	                        */
/* By     : Keith R. Davis					        */
/* Date   : 9/9/95					                */
/* Notes  : Modified from source  by Douglas Young                      */
/*          Copyright 1994 by Prentice Hall		                */ 
/************************************************************************/

#ifndef _IMAGE_UTIL_H
#define _IMAGE_UTIL_H

/* installs the specified pixmap on the passed label widget */
void InstallLabeledPixmap ( Widget w, char **image, int showLabelString );

/* installs the applications window manager icon */
void SetupIcon ( Widget shell, char **xpmDesc );

#endif