mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:20:37 +00:00
* Source/NSView.m (-setSubviews:): New method.
Code by Banlu Kemiyatorn <object@gmail.com>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33068 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a2088a66a9
commit
79ee526fc5
3 changed files with 62 additions and 0 deletions
|
@ -178,6 +178,9 @@ PACKAGE_SCOPE
|
|||
- (void) sortSubviewsUsingFunction: (int (*)(id ,id ,void*))compare
|
||||
context: (void*)context;
|
||||
- (NSArray*) subviews;
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
- (void) setSubviews: (NSArray *)newSubviews;
|
||||
#endif
|
||||
- (NSView*) superview;
|
||||
- (NSWindow*) window;
|
||||
- (void) viewWillMoveToSuperview: (NSView*)newSuper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue