|
Java example source code file (sun_awt_X11_GtkFileDialogPeer.h)
The sun_awt_X11_GtkFileDialogPeer.h Java example source code/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class sun_awt_X11_GtkFileDialogPeer */ #ifndef _Included_sun_awt_X11_GtkFileDialogPeer #define _Included_sun_awt_X11_GtkFileDialogPeer #ifdef __cplusplus extern "C" { #endif /* * Class: sun_awt_X11_GtkFileDialogPeer * Method: initIDs * Signature: ()V */ JNIEXPORT void JNICALL Java_sun_awt_X11_GtkFileDialogPeer_initIDs (JNIEnv *, jclass); /* * Class: sun_awt_X11_GtkFileDialogPeer * Method: run * Signature: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/io/FilenameFilter;ZII)V */ JNIEXPORT void JNICALL Java_sun_awt_X11_GtkFileDialogPeer_run (JNIEnv *, jobject, jstring, jint, jstring, jstring, jobject, jboolean, jint, jint); /* * Class: sun_awt_X11_GtkFileDialogPeer * Method: quit * Signature: ()V */ JNIEXPORT void JNICALL Java_sun_awt_X11_GtkFileDialogPeer_quit (JNIEnv *, jobject); /* * Class: sun_awt_X11_GtkFileDialogPeer * Method: toFront * Signature: ()V */ JNIEXPORT void JNICALL Java_sun_awt_X11_GtkFileDialogPeer_toFront (JNIEnv *, jobject); /* * Class: sun_awt_X11_GtkFileDialogPeer * Method: setBounds * Signature: (IIIII)V */ JNIEXPORT void JNICALL Java_sun_awt_X11_GtkFileDialogPeer_setBounds (JNIEnv * env, jobject jpeer, jint x, jint y, jint width, jint height, jint op); #ifdef __cplusplus } #endif #endif Other Java examples (source code examples)Here is a short list of links related to this Java sun_awt_X11_GtkFileDialogPeer.h source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.