Milán Major

netscape-revival

1 branch
Code

sun-java/awt/x/_gen/sun_awt_motif_MDialogPeer.h

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

#ifndef _Included_sun_awt_motif_MDialogPeer
#define _Included_sun_awt_motif_MDialogPeer
struct Hjava_awt_Component;
struct Hjava_awt_Insets;

typedef struct Classsun_awt_motif_MDialogPeer {
    struct Hjava_awt_Component *target;
    long pData;
    struct Hjava_awt_Insets *insets;
/* Inaccessible static: allDialogs */
} Classsun_awt_motif_MDialogPeer;
HandleTo(sun_awt_motif_MDialogPeer);

struct Hsun_awt_motif_MComponentPeer;
struct Hjava_lang_Object;
extern void sun_awt_motif_MDialogPeer_create(struct Hsun_awt_motif_MDialogPeer* self,struct Hsun_awt_motif_MComponentPeer *,struct Hjava_lang_Object *);
struct Hjava_lang_String;
extern void sun_awt_motif_MDialogPeer_pSetTitle(struct Hsun_awt_motif_MDialogPeer* self,struct Hjava_lang_String *);
extern void sun_awt_motif_MDialogPeer_pShow(struct Hsun_awt_motif_MDialogPeer* self);
extern void sun_awt_motif_MDialogPeer_pHide(struct Hsun_awt_motif_MDialogPeer* self);
extern void sun_awt_motif_MDialogPeer_pReshape(struct Hsun_awt_motif_MDialogPeer* self,long,long,long,long);
extern void sun_awt_motif_MDialogPeer_pDispose(struct Hsun_awt_motif_MDialogPeer* self);
extern void sun_awt_motif_MDialogPeer_setResizable(struct Hsun_awt_motif_MDialogPeer* self,/*boolean*/ long);
extern void sun_awt_motif_MDialogPeer_toBack(struct Hsun_awt_motif_MDialogPeer* self);
#endif