Added an instance method to NSMenu that will remove all of the items in
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 26 Oct 2004 23:40:29 +0000 (23:40 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 26 Oct 2004 23:40:29 +0000 (23:40 +0000)
the reciever. Also added an instance method to NSView that allows for
subview removal from the superview's point of view, including a check
that is often rewritten whenever needed. This should save a few lines of
code whenever this aspect is required.


No differences found