2005-09-23 21:36:46 +02:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
2008-06-28 15:29:13 +02:00
|
|
|
#include <jni.h>
|
|
|
|
|
2005-09-23 21:36:46 +02:00
|
|
|
#ifndef __gnu_java_awt_peer_qt_QtLabelPeer__
|
|
|
|
#define __gnu_java_awt_peer_qt_QtLabelPeer__
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
#endif
|
|
|
|
|
|
|
|
JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtLabelPeer_init (JNIEnv *env, jobject);
|
|
|
|
JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtLabelPeer_setAlignment (JNIEnv *env, jobject, jint);
|
|
|
|
JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtLabelPeer_setText (JNIEnv *env, jobject, jstring);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __gnu_java_awt_peer_qt_QtLabelPeer__ */
|