Re: [java-gnome-hackers] RE: [Java-gnome-checkins] CVS: java-gnom e/gtk/src/java/org/gnu/gt k TreeS
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2004-02-28 13:44:14
|
On Sat, 2004-02-28 at 05:33, 'Mark Howard' wrote: > On Thu, Feb 26, 2004 at 12:47:40PM -0500, Jeffrey Morgan wrote: > > I have updated many of the tree classes over the past few days. Can > > you please take a look and prioritize the remaining tree items? > > You have been doing an excellent job Jeff - thanks. > > Is the current release status to release on Monday? Hasn't there been > changes in gtk API in the last couple of days? There have been several changes to the gtk API since the 2.3.4 release. I sent an email to the language-bindings list asking what we should do. > > Looking through the todo... (I've deleted a few items already completed) > Most important items at the top of this list > > CellEditable > * implemented by GtkEntry and GtkSpinButton. > - The class is done but Entry and SpinButton don't implement it, so > it's effectively useless. It's a case of the usual gtk multiple > inheritance, so I'm not sure how it's best handled. > > * GtkSelectionData enhancements are almost certainly needed for treeDrag* > - This would be really useful. I can't find docs for it though, just > references to it in the treeDrag* classes I should be able to get to this today. This will be necessary for all drag-and-drop. > > TreeIter > * - add ref to treeModel > * - include many methods from treemodel > What do you think to these changes? IMHO, they would make the treeIter > API nicer - iter.moveNext() rather than model.moveIterNext( iter ); Good idea. Let me see what I can come up with. > > * Make pixmap creation functions take a GdkDrawable not a GdkWindow > - This is a bug. Which classes are you talking about. I should also be able to get to this today. > > I think the other items will probably have to wait for 2.7 (but anything > we can get done will be a bonus). -Jeff |