gnometrayappletservice.h

来自「jdic,显著提高swing性能的插件」· C头文件 代码 · 共 47 行

H
47
字号
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>/* Header for class org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService */#ifndef _Included_org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService#define _Included_org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService#ifdef __cplusplusextern "C" {#endif/* Inaccessible static: winMap *//* * Class:     org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService * Method:    createAppletWindow * Signature: ()J */JNIEXPORT jlong JNICALL Java_org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService_createAppletWindow  (JNIEnv *, jobject);/* * Class:     org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService * Method:    getWidget * Signature: (JIIII)J */JNIEXPORT jlong JNICALL Java_org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService_getWidget  (JNIEnv *, jobject, jlong, jint, jint, jint, jint);/* * Class:     org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService * Method:    adjustSizeHints * Signature: (JII)V */JNIEXPORT void JNICALL Java_org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService_adjustSizeHints  (JNIEnv *, jobject, jlong, jint, jint);/* * Class:     org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService * Method:    dispose * Signature: (J)V */JNIEXPORT void JNICALL Java_org_jdesktop_jdic_tray_internal_impl_GnomeTrayAppletService_dispose  (JNIEnv *, jclass, jlong);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?