JavaWidget: add debug info for GTK Inspector

This commit is contained in:
Daniel Panero
2024-11-17 15:59:53 +01:00
parent fb6565e535
commit eba9c7037c
4 changed files with 122 additions and 0 deletions

View File

@@ -83,6 +83,9 @@ struct handle_cache {
jmethodID layoutInternal;
jmethodID measure;
jmethodID performLongClick;
jmethodID getId;
jmethodID getIdName;
jmethodID getAllSuperClasses;
} view;
struct {
jclass class;