discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compound views and hitTest:


From: Stefan Urbanek
Subject: Compound views and hitTest:
Date: Thu, 14 Feb 2002 19:17:32 +0100

Hi,

While working with gorm, I noticed, that when you are connecting to a views
such as NSBrowser, NSScrollView(with NSTextView) or a NSTableView, you can
connect to any subview (NSScroller, NSTableHeaderView,...) of that view. I
would expect connection to that compound view.

I think, that this should be handled in hitTest: method, that should be
overridden in NSTableView, NSBrowser... to return 'self' and not to look
through subviews.

Or, is current behavior right?

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]