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

#ifndef _XmDropDown_h
#define _XmDropDown_h

#include <Xm/ComboBox2.h>

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

typedef struct _XmCombinationBox2ClassRec	*XmDropDownWidgetClass;
typedef struct _XmCombinationBox2Rec		*XmDropDownWidget;

#define XmDropDownGetValue(w)	XmCombinationBox2GetValue(w)
#define XmCreateDropDown(w,name,args,args_count) \
	XmCreateCombinationBox2(w,name,args,args_count)
#define XmDropDownGetLabel(w)	XmCombinationBox2GetLabel(w)
#define XmDropDownGetArrow(w)	XmCombinationBox2GetArrow(w)
#define XmDropDownGetText(w)	XmCombinationBox2GetText(w)
#define XmDropDownGetList(w)	XmCombinationBox2GetList(w)

#define xmDropDownWidgetClass	xmCombinationBox2WidgetClass

#if defined(__cplusplus)
}
#endif

#endif /* _XmCombinationBox2_h */

Man Man