netscape-revival
sun-java/awt/x/_gen/sun_awt_motif_MTextFieldPeer.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "native.h"
/* Header for class sun_awt_motif_MTextFieldPeer */
#ifndef _Included_sun_awt_motif_MTextFieldPeer
#define _Included_sun_awt_motif_MTextFieldPeer
struct Hjava_awt_Component;
typedef struct Classsun_awt_motif_MTextFieldPeer {
struct Hjava_awt_Component *target;
long pData;
} Classsun_awt_motif_MTextFieldPeer;
HandleTo(sun_awt_motif_MTextFieldPeer);
struct Hsun_awt_motif_MComponentPeer;
extern void sun_awt_motif_MTextFieldPeer_create(struct Hsun_awt_motif_MTextFieldPeer* self,struct Hsun_awt_motif_MComponentPeer *);
extern void sun_awt_motif_MTextFieldPeer_pSetEditable(struct Hsun_awt_motif_MTextFieldPeer* self,/*boolean*/ long);
extern void sun_awt_motif_MTextFieldPeer_select(struct Hsun_awt_motif_MTextFieldPeer* self,long,long);
extern long sun_awt_motif_MTextFieldPeer_getSelectionStart(struct Hsun_awt_motif_MTextFieldPeer* self);
extern long sun_awt_motif_MTextFieldPeer_getSelectionEnd(struct Hsun_awt_motif_MTextFieldPeer* self);
struct Hjava_lang_String;
extern void sun_awt_motif_MTextFieldPeer_setText(struct Hsun_awt_motif_MTextFieldPeer* self,struct Hjava_lang_String *);
extern void sun_awt_motif_MTextFieldPeer_dispose(struct Hsun_awt_motif_MTextFieldPeer* self);
extern struct Hjava_lang_String *sun_awt_motif_MTextFieldPeer_getText(struct Hsun_awt_motif_MTextFieldPeer* self);
extern void sun_awt_motif_MTextFieldPeer_setEchoCharacter(struct Hsun_awt_motif_MTextFieldPeer* self,unicode);
#endif