Current Path : /compat/linux/proc/self/root/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 |
Current File : //compat/linux/proc/self/root/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__ */