Hi First a general question, are the gtk peers in the 0.06 tarball or in cvs supposed to work ?
If yes: 1) Why is there a field native_state in the GtkMainThread accessed from native functions, but nowhere defined in the class ? 2) Any ideas, opinions, suggestions how to use the gtk peer in a (I think it is called) green thread environment ? Right now for being able to show something I use gtk_events_pending(), gtk_main_iteration () on the native side and Thread.sleep on the bytecode side instead of gtk_main. It is nice for displaying a window, but not suited for real usage. Any ideas ? Kind regards Joseph Wenninger _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

