config root man

Current Path : /usr/local/include/Xm/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/include/Xm/DrawUtils.h

/*
 *    Copyright 1990, Integrated Computer Solutions, Inc.
 *
 *		       All Rights Reserved.
 *
 * AUTHOR: Chris D. Peterson
 *
 */
#ifndef __XmDraw_h__
#define __XmDraw_h__

#include <Xm/Xm.h>
#include <Xm/Ext.h>

#if defined(__cplusplus)
extern "C" {
#endif

typedef enum {XmBEVEL_BOTTOM, XmBEVEL_TOP, XmBEVEL_BOTH} XmBevelOption;

void XmDrawBevel(
#ifndef _NO_PROTO
Display*, Drawable, GC, GC, int, int, unsigned int, XmBevelOption
#endif
);

#if defined(__cplusplus)
}
#endif

#endif /* __XmDraw_h__ */

Man Man