mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
Added declaration for removeFromSuperviewWithoutNeedingDisplay method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5203 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c7427d6c0c
commit
754d026773
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue