netscape-revival
sun-java/awt/x/_gen/sun_awt_motif_MComponentPeer.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "native.h"
/* Header for class sun_awt_motif_MComponentPeer */
#ifndef _Included_sun_awt_motif_MComponentPeer
#define _Included_sun_awt_motif_MComponentPeer
struct Hjava_awt_Component;
typedef struct Classsun_awt_motif_MComponentPeer {
struct Hjava_awt_Component *target;
long pData;
} Classsun_awt_motif_MComponentPeer;
HandleTo(sun_awt_motif_MComponentPeer);
struct Hjava_awt_Event;
extern void sun_awt_motif_MComponentPeer_disposeEvent(struct Hsun_awt_motif_MComponentPeer* self,struct Hjava_awt_Event *);
extern void sun_awt_motif_MComponentPeer_pInitialize(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_pShow(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_pHide(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_pEnable(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_pDisable(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_pReshape(struct Hsun_awt_motif_MComponentPeer* self,long,long,long,long);
extern void sun_awt_motif_MComponentPeer_pAddRepaint(struct Hsun_awt_motif_MComponentPeer* self,long,long,long,long);
extern void sun_awt_motif_MComponentPeer_pTriggerRepaint(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_pDispose(struct Hsun_awt_motif_MComponentPeer* self);
struct Hjava_awt_Color;
extern void sun_awt_motif_MComponentPeer_setForeground(struct Hsun_awt_motif_MComponentPeer* self,struct Hjava_awt_Color *);
extern void sun_awt_motif_MComponentPeer_setBackground(struct Hsun_awt_motif_MComponentPeer* self,struct Hjava_awt_Color *);
struct Hjava_awt_Font;
extern void sun_awt_motif_MComponentPeer_setFont(struct Hsun_awt_motif_MComponentPeer* self,struct Hjava_awt_Font *);
extern /*boolean*/ long sun_awt_motif_MComponentPeer_handleEvent(struct Hsun_awt_motif_MComponentPeer* self,struct Hjava_awt_Event *);
extern void sun_awt_motif_MComponentPeer_requestFocus(struct Hsun_awt_motif_MComponentPeer* self);
extern void sun_awt_motif_MComponentPeer_nextFocus(struct Hsun_awt_motif_MComponentPeer* self);
extern struct Hjava_awt_Event *sun_awt_motif_MComponentPeer_setData(struct Hsun_awt_motif_MComponentPeer* self,long,struct Hjava_awt_Event *);
#endif