yu_ac_bg_etf_javaqx_qswing_JQToolButton.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQToolButton.h  0.2.0 / 2007-11-12
00003  *
00004  * Copyright (c) 2007, ETF and contributors. All rights reserved.
00005  *
00006  * This software is licensed under the LGPL, version 2.1, license.
00007  * A copy of the license is included in the file LICENSE-LGPL.txt.
00008  */
00009 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_JQTOOLBUTTON_H
00010 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQTOOLBUTTON_H
00011 
00012 #include <jni.h>
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif // __cplusplus
00017 
00018 /*
00019  * Header file for: yu_ac_bg_etf_javaqx_qswing_JQToolButton
00020  * 
00021  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00022  */
00023 
00024 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_ICON_ONLY
00025 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_ICON_ONLY 0
00026 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_TEXT_ONLY
00027 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_TEXT_ONLY 1
00028 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_TEXT_BESIDE_ICON
00029 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_TEXT_BESIDE_ICON 2
00030 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_TEXT_UNDER_ICON
00031 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_STYLE_TEXT_UNDER_ICON 3
00032 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_POPUP_MENU_DELAYED
00033 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_POPUP_MENU_DELAYED 0
00034 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_POPUP_MENU_BUTTON
00035 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_POPUP_MENU_BUTTON 1
00036 #undef yu_ac_bg_etf_javaqx_qswing_JQToolButton_POPUP_MENU_INSTANT
00037 #define yu_ac_bg_etf_javaqx_qswing_JQToolButton_POPUP_MENU_INSTANT 2
00038 
00039 /*
00040  * Class:     yu_ac_bg_etf_javaqx_qswing_JQToolButton
00041  * Method:    _create
00042  * Signature: ()J
00043  */
00044 JNIEXPORT jlong JNICALL
00045 Java_yu_ac_bg_etf_javaqx_qswing_JQToolButton__1create
00046   (JNIEnv *, jobject);
00047 
00048 /*
00049  * Class:     yu_ac_bg_etf_javaqx_qswing_JQToolButton
00050  * Method:    _setMenu
00051  * Signature: (JJ)V
00052  */
00053 JNIEXPORT void JNICALL
00054 Java_yu_ac_bg_etf_javaqx_qswing_JQToolButton__1setMenu
00055   (JNIEnv *, jobject, jlong, jlong);
00056 
00057 /*
00058  * Class:     yu_ac_bg_etf_javaqx_qswing_JQToolButton
00059  * Method:    _setPopupMode
00060  * Signature: (JI)V
00061  */
00062 JNIEXPORT void JNICALL
00063 Java_yu_ac_bg_etf_javaqx_qswing_JQToolButton__1setPopupMode
00064   (JNIEnv *, jobject, jlong, jint);
00065 
00066 /*
00067  * Class:     yu_ac_bg_etf_javaqx_qswing_JQToolButton
00068  * Method:    _setToolButtonStyle
00069  * Signature: (JI)V
00070  */
00071 JNIEXPORT void JNICALL
00072 Java_yu_ac_bg_etf_javaqx_qswing_JQToolButton__1setToolButtonStyle
00073   (JNIEnv *, jobject, jlong, jint);
00074 
00075 #ifdef __cplusplus
00076 }
00077 #endif // __cplusplus
00078 
00079 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQTOOLBUTTON_H
00080 
00081 /*^*****************************************************************************
00082   File History:
00083 
00084  - 2007-11-12 12:03:16 JavaQx Native Generator
00085    Initial version
00086 
00087 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.