Re: Help adding horizontal scrolling to NSBrowser

2010-02-12 Thread Quentin Mathé
Hi Gregory, Le 11 févr. 2010 à 13:29, Gregory Casamento a écrit : Quentin, Actually, NSBrowser does implemend keyed coding in initWithCoder: (See NSBrowser.m:2715) :). You may be looking a little earlier in that file and seeing the initWithCoder: implementation of NSBrowserColumn. Right, I

Re: Help adding horizontal scrolling to NSBrowser

2010-02-11 Thread Gregory Casamento
Quentin, Actually, NSBrowser does implemend keyed coding in initWithCoder: (See NSBrowser.m:2715) :). You may be looking a little earlier in that file and seeing the initWithCoder: implementation of NSBrowserColumn. GC On Thu, Feb 11, 2010 at 7:10 AM, Quentin Mathé wrote: > Le 11 févr. 2010 à

Re: Help adding horizontal scrolling to NSBrowser

2010-02-11 Thread Quentin Mathé
Le 11 févr. 2010 à 09:24, Richard Frith-Macdonald a écrit : On 10 Feb 2010, at 21:38, Eric Wasylishen wrote: Hi, Yesterday I added support for horizontal scrolling to NSScrollView and X11 -back, which is a really nice improvement for people with trackpads or Apple mice. I was trying to a

Re: Help adding horizontal scrolling to NSBrowser

2010-02-11 Thread Richard Frith-Macdonald
On 10 Feb 2010, at 21:38, Eric Wasylishen wrote: > Hi, > Yesterday I added support for horizontal scrolling to NSScrollView and X11 > -back, which is a really nice improvement for people with trackpads or Apple > mice. > > I was trying to add support for this to NSBrowser, but it's a bit tric

Help adding horizontal scrolling to NSBrowser

2010-02-10 Thread Eric Wasylishen
Hi, Yesterday I added support for horizontal scrolling to NSScrollView and X11 -back, which is a really nice improvement for people with trackpads or Apple mice. I was trying to add support for this to NSBrowser, but it's a bit trickier. I need the columns' scroll views to forward -scrollWheel