[Java-gnome-developer] Re: Tree view Expand row signal
Brought to you by:
afcowie
From: Laurent M. <la...@ao...> - 2005-04-01 00:52:23
|
>>>>> "Jeff" == Jeff Morgan <ku...@gm...> writes: Jeff> On Thu, 31 Mar 2005 19:07:03 -0500, Manuel Ledesma Jeff> <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); Jeff> Manuel, Jeff> Thanks. You are correct - this should be ROW_EXPANDED. Are Jeff> you going to be able to attend java-gnome-con this Saturday in Jeff> person or on irc? If so I will be giving an overview of the Jeff> java-gnome architecture including the event handling. In the Jeff> mean while I will fix this issue. Wasn't it fxid already ? http://bugzilla.gnome.org/show_bug.cgi?id=156712 Looks like there was a regression between 1.33.2.1 and 1.33.2.2... -- Laurent Martelli la...@ao... Java Aspect Components http://www.aopsys.com/ http://jac.objectweb.org |