[java-gnome-hackers] RE: [Java-gnome-checkins] CVS: java-gnome/gtk/src/java/org/gnu/gt k/event Tree
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-02-26 17:50:40
|
I just checked in the code that does this but I have no way of knowing if it works. Can one of you please write a simple example how to sort the columns of a tree model and add it to the project? Thanks -Jeff > The rows-reordered signal is the only (as far as I can see) way of > being notified when rows are reordered, which is quite a crucial task > for many applications. It would be a real shame if we could not > implement this for 2.6. Would it be so bad to design the > public api now > and then figure out the native part later? > > On Wed, Feb 25, 2004 at 06:40:36AM -0500, Jeffrey Morgan wrote: > > The problem is that our event native layer doesn't know how > to handle > > an array of ints. I didn't want to make this type of > change this close > > to the beta1 release. > > > > -Jeff > > > > > -----Original Message----- > > > From: Mark Howard [mailto:mh...@ca...] > > > Sent: Tuesday, February 24, 2004 9:07 AM > > > To: Jeffrey S. Morgan > > > Subject: Re: [Java-gnome-checkins] CVS: > > > java-gnome/gtk/src/java/org/gnu/gtk/event > > > TreeModelListener.java,NONE,1.1 TreeModelEvent.java,NONE,1.1 > > > > > > > > > On Tue, Feb 24, 2004 at 04:19:38AM -0800, Jeffrey S. Morgan wrote: > > > > //public static final Type ROWS_REORDERED = new > > > Type(5, "ROWS_REORDERED"); > > > This will need to be a separate event - it needs to give > access to two > > > iters. > > > > > > > > > NOTE: THIS IS A CONFIDENTIAL COMMUNICATION. This > transmission is intended > > only for the use of the individuals or entity to which it > is addressed. If > > you are not the intended recipient, or the person > responsible for delivering > > the message to the intended recipient, please return or delete it > > immediately. Although this e-mail and any attachments are > believed to be > > free of any virus or other defect, it is the responsibility > of the recipient > > to ensure that it is virus free and no responsibility is > accepted by us for > > any loss or damage arising in any way from its unauthorized > modification or > > use. > > > > -- > .''`. Mark Howard > : :' : > `. `' http://www.tildemh.com > `- mh...@de... | mh...@ti... | mh...@ca... > NOTE: THIS IS A CONFIDENTIAL COMMUNICATION. This transmission is intended only for the use of the individuals or entity to which it is addressed. If you are not the intended recipient, or the person responsible for delivering the message to the intended recipient, please return or delete it immediately. Although this e-mail and any attachments are believed to be free of any virus or other defect, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by us for any loss or damage arising in any way from its unauthorized modification or use. |