implement PopupWindow using GtkPopover

This commit is contained in:
Julian Winkler
2024-02-17 15:30:44 +01:00
parent 0bb3d7ce15
commit 9c684ee906
4 changed files with 177 additions and 2 deletions

View File

@@ -0,0 +1,61 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_widget_PopupWindow */
#ifndef _Included_android_widget_PopupWindow
#define _Included_android_widget_PopupWindow
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_widget_PopupWindow
* Method: native_constructor
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_android_widget_PopupWindow_native_1constructor
(JNIEnv *, jobject);
/*
* Class: android_widget_PopupWindow
* Method: native_setContentView
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_native_1setContentView
(JNIEnv *, jobject, jlong, jlong);
/*
* Class: android_widget_PopupWindow
* Method: native_showAsDropDown
* Signature: (JJIII)V
*/
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_native_1showAsDropDown
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint);
/*
* Class: android_widget_PopupWindow
* Method: setOnDismissListener
* Signature: (Landroid/widget/PopupWindow/OnDismissListener;)V
*/
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_setOnDismissListener
(JNIEnv *, jobject, jobject);
/*
* Class: android_widget_PopupWindow
* Method: setWidth
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_setWidth
(JNIEnv *, jobject, jint);
/*
* Class: android_widget_PopupWindow
* Method: setHeight
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_setHeight
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif