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. <Jef...@Br...> - 2004-02-26 17:57:34
|
Mark, 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? -Jeff > Thanks > > > Thanks Jeff, this is brilliant! You are doing an amazing job! > > > > On Wed, Feb 25, 2004 at 01:40:35PM -0800, Jeffrey S. Morgan wrote: > > > public TreePath[] getSelectedRows(){ > > > ! int[] hndls = > > gtk_tree_selection_get_selected_rows(handle); > > > ! if (null == hndls) > > > ! return null; > > > ! TreePath[] paths = new TreePath[hndls.length]; > > > ! for (int i = 0; i < hndls.length; i++) { > > > ! paths[i] = new TreePath(hndls[i]); > > > ! } > > > ! return paths; > > > } > > > > -- > > .''`. 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. > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > 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. |