Mozilla/mozilla/java/webclient/src_moz/WindowControlImpl.h
ashuk%eng.sun.com dbbd9a87d7 a=edburns
r=edburns
author=ashuk
bug=28407

New native code for spec-compliant impl ported to solaris -- Ashu K.


git-svn-id: svn://10.0.0.236/trunk@62342 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 22:33:38 +00:00

70 lines
2.3 KiB
C
Executable File

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl */
#ifndef _Included_org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
#define _Included_org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeCreateInitContext
* Signature: (IIIIILorg/mozilla/webclient/BrowserControl;)I
*/
JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeCreateInitContext
(JNIEnv *, jobject, jint, jint, jint, jint, jint, jobject);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeMoveWindowTo
* Signature: (III)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeMoveWindowTo
(JNIEnv *, jobject, jint, jint, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeRemoveFocus
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeRemoveFocus
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeRepaint
* Signature: (IZ)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeRepaint
(JNIEnv *, jobject, jint, jboolean);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeSetBounds
* Signature: (IIIII)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeSetBounds
(JNIEnv *, jobject, jint, jint, jint, jint, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeSetFocus
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeSetFocus
(JNIEnv *, jobject, jint);
/*
* Class: org_mozilla_webclient_wrapper_0005fnative_WindowControlImpl
* Method: nativeSetVisible
* Signature: (IZ)V
*/
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeSetVisible
(JNIEnv *, jobject, jint, jboolean);
#ifdef __cplusplus
}
#endif
#endif