From b5bb49bff10bcd7ae1c36f1e05a8e7ec6a3ed1fd Mon Sep 17 00:00:00 2001 From: dlazaro Date: Tue, 16 Nov 1999 21:59:48 +0000 Subject: [PATCH] Added declaration for removeFromSuperviewWithoutNeedingDisplay method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5203 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSView.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Headers/gnustep/gui/NSView.h b/Headers/gnustep/gui/NSView.h index 46a717c1b..8c62519cd 100644 --- a/Headers/gnustep/gui/NSView.h +++ b/Headers/gnustep/gui/NSView.h @@ -121,6 +121,7 @@ enum { - (NSView *)ancestorSharedWithView:(NSView *)aView; - (BOOL)isDescendantOf:(NSView *)aView; - (NSView *)opaqueAncestor; +- (void)removeFromSuperviewWithoutNeedingDisplay; - (void)removeFromSuperview; - (void)replaceSubview:(NSView *)oldView with:(NSView *)newView;