From: Joseph Spiros Date: Tue, 26 Oct 2004 23:40:29 +0000 (+0000) Subject: Added an instance method to NSMenu that will remove all of the items in X-Git-Tag: v1.0~11 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/a8daf8ac0972b8b5b582a97b50889fec447f45a4?hp=a8daf8ac0972b8b5b582a97b50889fec447f45a4 Added an instance method to NSMenu that will remove all of the items in 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. ---