Milán Major

netscape-revival

1 branch
Code

lib/mac/Java/_gen/sun_awt_macos_MComponentPeer.h

/* DO NOT EDIT THIS FILE - it is machine generated */
#include "native.h"
/* Header for class sun_awt_macos_MComponentPeer */

#ifndef _Included_sun_awt_macos_MComponentPeer
#define _Included_sun_awt_macos_MComponentPeer
struct Hjava_awt_Component;
struct Hjava_awt_Color;

typedef struct Classsun_awt_macos_MComponentPeer {
    struct Hjava_awt_Component *target;
    long pData;
    long pInternationalData;
    long mOwnerPane;
    long mFont;
    long mSize;
    long mStyle;
    struct Hjava_awt_Color *mForeColor;
    struct Hjava_awt_Color *mBackColor;
    /*boolean*/ long mRecalculateClip;
    /*boolean*/ long mIsContainer;
    /*boolean*/ long mIsButton;
    /*boolean*/ long mIsChoice;
    /*boolean*/ long mIsResizableFrame;
    long mObscuredRgn;
    long mClipRgn;
} Classsun_awt_macos_MComponentPeer;
HandleTo(sun_awt_macos_MComponentPeer);

struct Hjava_awt_Font;
extern void sun_awt_macos_MComponentPeer_setFont(struct Hsun_awt_macos_MComponentPeer* self,struct Hjava_awt_Font *);
struct Hjava_awt_Event;
extern /*boolean*/ long sun_awt_macos_MComponentPeer_handleEvent(struct Hsun_awt_macos_MComponentPeer* self,struct Hjava_awt_Event *);
extern void sun_awt_macos_MComponentPeer_requestFocus(struct Hsun_awt_macos_MComponentPeer* self);
extern void sun_awt_macos_MComponentPeer_nextFocus(struct Hsun_awt_macos_MComponentPeer* self);
extern void sun_awt_macos_MComponentPeer_pSetup(struct Hsun_awt_macos_MComponentPeer* self);
extern void sun_awt_macos_MComponentPeer_pShow(struct Hsun_awt_macos_MComponentPeer* self);
extern void sun_awt_macos_MComponentPeer_pHide(struct Hsun_awt_macos_MComponentPeer* self);
extern void sun_awt_macos_MComponentPeer_pEnable(struct Hsun_awt_macos_MComponentPeer* self);
extern void sun_awt_macos_MComponentPeer_pDisable(struct Hsun_awt_macos_MComponentPeer* self);
struct Hjava_awt_Graphics;
extern void sun_awt_macos_MComponentPeer_pPrint(struct Hsun_awt_macos_MComponentPeer* self,struct Hjava_awt_Graphics *);
extern void sun_awt_macos_MComponentPeer_pReshape(struct Hsun_awt_macos_MComponentPeer* self,long,long,long,long);
extern void sun_awt_macos_MComponentPeer_pRepaint(struct Hsun_awt_macos_MComponentPeer* self,int64_t,long,long,long,long);
extern void sun_awt_macos_MComponentPeer_pDispose(struct Hsun_awt_macos_MComponentPeer* self);
#endif