Re: [Java-gnome-developer] Re: Tree view Expand row signal
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-04-01 00:17:50
|
On Thu, 31 Mar 2005 19:07:03 -0500, Manuel Ledesma <man...@co...> wrote: > I start looking at the source and here is the list of signals map to > TreeViewListener, ROW_COLLAPSED is defined and I believe it was intended to > be ROW_EXPANDED. This is a easy bug to fix. Meanwhiel I will download the > source and fixed myself but I'm still interesting of understanding how > signals works in java-gnome. > > evtMap.initialize(this, TreeViewEvent.Type.COLUMNS_CHANGED); > evtMap.initialize(this, TreeViewEvent.Type.EXPAND_COLLAPSE_CURSOR_ROW); > evtMap.initialize(this, TreeViewEvent.Type.ROW_ACTIVATED); > evtMap.initialize(this, TreeViewEvent.Type.ROW_COLLAPSED); > evtMap.initialize(this, TreeViewEvent.Type.ROW_COLLAPSED); > evtMap.initialize(this, TreeViewEvent.Type.SELECT_ALL); > evtMap.initialize(this, TreeViewEvent.Type.SELECT_CURSOR_PARENT); > evtMap.initialize(this, TreeViewEvent.Type.SELECT_CURSOR_ROW); > evtMap.initialize(this, TreeViewEvent.Type.START_INTERACTIVE_SEARCH); > evtMap.initialize(this, TreeViewEvent.Type.TOGGLE_CURSOR_ROW); > evtMap.initialize(this, TreeViewEvent.Type.UNSELECT_ALL); Manuel, Thanks. You are correct - this should be ROW_EXPANDED. Are you going to be able to attend java-gnome-con this Saturday in person or on irc? If so I will be giving an overview of the java-gnome architecture including the event handling. In the mean while I will fix this issue. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |