Thomas Fitzsimmons <[EMAIL PROTECTED]> writes: > On Fri, 2003-06-27 at 19:40, Brian Jones wrote: > > Thomas Fitzsimmons <[EMAIL PROTECTED]> writes: > > > > > Currently, I'm merging classpath's GTK 2.0 peers into libgcj, but once > > > I'm done that, I'll start working on a UI delegate. > > > > Those peers still need a lot of work btw, I've not seen any AWT app > > run yet with them. Anyone know how to treat GtkEntry and GtkTextView > > the same for the functions in GtkTextComponentPeer? Seems like in > > GTK2 they broke the whole GtkEditable concept and didn't fix it... > > > > Yeah, it looks like they just kind of abandoned the notion of > GtkEditable... > > Anyway, both GtkEntry and GtkTextView have the property "editable" so > couldn't we change the GtkComponentPeer's native set methods to use > g_object_set?
Seems like the methods to get the data are different in the two types... I don't see how this would work but if you make it work that's cool. Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

