URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [native/] [jni/] [qt-peer/] [containers.h] - Rev 821
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef QTFRAME_H #define QTFRAME_H #include <jni.h> #include <QWidget> QWidget *frameChildWidget( JNIEnv *env, jobject component ); QWidget *scrollPaneChildWidget( JNIEnv *env, jobject component); #endif
Go to most recent revision | Compare with Previous | Blame | View Log