[java-gnome-hackers] RE: [Java-gnome-checkins] CVS: java-gnome/gtk/src/java/org/gnu/gt k TreeSelect
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-02-25 22:43:51
|
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. |