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/Column.h

#ifndef __column_h__
#define __column_h__

#ifdef __cplusplus
extern "C" {
#endif

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

extern WidgetClass xmColumnWidgetClass;

typedef struct _XmColumnClassRec * XmColumnWidgetClass;
typedef struct _XmColumnRec      * XmColumnWidget;

#ifndef XmIsColumn
#define XmIsColumn(w) (XtIsSubclass(w, xmColumnWidgetClass))
#endif

#if NeedFunctionPrototypes
extern Widget XmCreateColumn(Widget, String, ArgList, Cardinal);
extern Widget XmColumnGetChildLabel(Widget);
#else
extern Widget XmCreateColumn();
extern Widget XmColumnGetChildLabel();
#endif

#ifdef __cplusplus
}
#endif

#endif /* __column_h__ */

Man Man