[java-gnome-hackers] IconView selection methods
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2009-12-29 18:54:03
|
Hello, To suit my needs, I had to implement few methods into the IconView class. I had: * void selectPath(TreePath path) * void unselectPath(TreePath path) * void selectAll() * void unselectAll() The branch which contains these methods can be found at: bzr://research.operationaldynamics.com/bzr/java-gnome/hackers/guillaume/icon-view/ -- Guillaume Mazoyer - http://www.respawner.fr/ |