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;