ImageButton: implement setDrawable()

This commit is contained in:
Julian Winkler
2024-03-24 16:55:04 +01:00
parent 93b88ad0c3
commit 35f26faa90
4 changed files with 20 additions and 0 deletions

View File

@@ -215,6 +215,14 @@ JNIEXPORT jlong JNICALL Java_android_widget_ImageButton_native_1constructor
JNIEXPORT void JNICALL Java_android_widget_ImageButton_native_1setPixbuf
(JNIEnv *, jobject, jlong);
/*
* Class: android_widget_ImageButton
* Method: native_setDrawable
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_android_widget_ImageButton_native_1setDrawable
(JNIEnv *, jobject, jlong, jlong);
/*
* Class: android_widget_ImageButton
* Method: native_setOnClickListener