File: imageutil.h

package info (click to toggle)
mpsql 2.0-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,912 kB
  • ctags: 5,665
  • sloc: ansic: 34,322; makefile: 3,525; sh: 17
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