netscape-revival
sun-java/awt/x/_gen/sun_awt_motif_MListPeer.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "native.h"
/* Header for class sun_awt_motif_MListPeer */
#ifndef _Included_sun_awt_motif_MListPeer
#define _Included_sun_awt_motif_MListPeer
struct Hjava_awt_Component;
typedef struct Classsun_awt_motif_MListPeer {
struct Hjava_awt_Component *target;
long pData;
} Classsun_awt_motif_MListPeer;
HandleTo(sun_awt_motif_MListPeer);
struct Hsun_awt_motif_MComponentPeer;
extern void sun_awt_motif_MListPeer_create(struct Hsun_awt_motif_MListPeer* self,struct Hsun_awt_motif_MComponentPeer *);
extern void sun_awt_motif_MListPeer_setMultipleSelections(struct Hsun_awt_motif_MListPeer* self,/*boolean*/ long);
extern /*boolean*/ long sun_awt_motif_MListPeer_isSelected(struct Hsun_awt_motif_MListPeer* self,long);
struct Hjava_lang_String;
extern void sun_awt_motif_MListPeer_addItem(struct Hsun_awt_motif_MListPeer* self,struct Hjava_lang_String *,long);
extern void sun_awt_motif_MListPeer_delItems(struct Hsun_awt_motif_MListPeer* self,long,long);
extern void sun_awt_motif_MListPeer_select(struct Hsun_awt_motif_MListPeer* self,long);
extern void sun_awt_motif_MListPeer_deselect(struct Hsun_awt_motif_MListPeer* self,long);
extern void sun_awt_motif_MListPeer_makeVisible(struct Hsun_awt_motif_MListPeer* self,long);
#endif