container.h

Go to the documentation of this file.
00001 
00012 #ifndef _CONTAINER_H_
00013 #define _CONTAINER_H_
00014 
00015 #include "../jnilib.h"
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00021 void addComponentWithConstraint(jobject obj, jobject comp, jobject constraint);
00022 void addComponent(jobject obj, jobject comp);
00023 void setLayout(jobject obj, jobject layoutmanager);
00024 
00025 #ifdef __cplusplus
00026 } /* extern "C" */
00027 #endif
00028 
00029 #endif /* _CONTAINER_H_ */
00030 
00031 /* end of file container.h */

Generated on Sat Nov 19 14:11:11 2005 for GrubC by  doxygen 1.4.4