Compounds | |||
![]() | ![]() | class | KChoice |
Functions | |||
![]() | ![]() | void* __cdecl | Java_java_awt_Toolkit_choiceCreateChoice ( JNIEnv* env, jclass clazz, KWnd* parent) |
![]() | ![]() | void __cdecl | Java_java_awt_Toolkit_choiceAppendItem ( JNIEnv* env, jclass clazz, KChoice* wnd, jstring item) |
![]() | ![]() | void __cdecl | Java_java_awt_Toolkit_choiceInsertItem ( JNIEnv* env, jclass clazz, KChoice* wnd, jstring item, jint idx) |
![]() | ![]() | void __cdecl | Java_java_awt_Toolkit_choiceSelectItem ( JNIEnv* env, jclass clazz, KChoice* wnd, jint idx) |
![]() | ![]() | void __cdecl | Java_java_awt_Toolkit_choiceRemoveAll ( JNIEnv* env, jclass clazz, KChoice* wnd) |
![]() | ![]() | void __cdecl | Java_java_awt_Toolkit_choiceRemoveItem ( JNIEnv* env, jclass clazz, KChoice* wnd, jint idx) |
void *__cdecl Java_java_awt_Toolkit_choiceCreateChoice (JNIEnv * env, jclass clazz, KWnd * parent) |
void __cdecl Java_java_awt_Toolkit_choiceAppendItem (JNIEnv * env, jclass clazz, KChoice * wnd, jstring item) |
void __cdecl Java_java_awt_Toolkit_choiceInsertItem (JNIEnv * env, jclass clazz, KChoice * wnd, jstring item, jint idx) |
void __cdecl Java_java_awt_Toolkit_choiceSelectItem (JNIEnv * env, jclass clazz, KChoice * wnd, jint idx) |
void __cdecl Java_java_awt_Toolkit_choiceRemoveAll (JNIEnv * env, jclass clazz, KChoice * wnd) |
void __cdecl Java_java_awt_Toolkit_choiceRemoveItem (JNIEnv * env, jclass clazz, KChoice * wnd, jint idx) |