Up
Authors
- Robert Vasvari (
vrobi@ddrummer.com
)
-
- Felipe A. Rodriguez (
far@ix.netcom.com
)
-
- Richard Frith-Macdonald (
richard@brainstorm.co.uk
)
-
- Nicola Pero (
n.pero@mi.flashnet.it
)
-
Allows multiple views to share a region in a window
Copyright: (C) 1996, 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSSplitView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (void)
adjustSubviews;
Availability: OpenStep
Description forthcoming.
- (id)
delegate;
Availability: OpenStep
Description forthcoming.
- (float)
dividerThickness;
Availability: OpenStep
Description forthcoming.
- (void)
drawDividerInRect: (NSRect)aRect;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isPaneSplitter;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
isSubviewCollapsed: (
NSView*)subview;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
isVertical;
Availability: OpenStep
Description forthcoming.
- (void)
setDelegate: (id)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
setIsPaneSplitter: (BOOL)flag;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setVertical: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSSplitView Class
@protected NSColor* _backgroundColor;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected id _delegate;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected NSImage* _dimpleImage;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected NSColor* _dividerColor;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected float _dividerWidth;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected float _draggedBarWidth;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected BOOL _isVertical;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected BOOL _never_displayed_before;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
- Declared in:
- AppKit/NSSplitView.h
Availability: OpenStep
Description forthcoming.
Method summary
- (BOOL)
splitView: (
NSSplitView*)sender
canCollapseSubview: (
NSView*)subview;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (float)
splitView: (
NSSplitView*)sender
constrainMaxCoordinate: (float)proposedMax
ofSubviewAt: (int)offset;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
splitView: (
NSSplitView*)sender
constrainMinCoordinate: (float*)min
maxCoordinate: (float*)max
ofSubviewAt: (int)offset;
Availability: OpenStep
Description forthcoming.
- (float)
splitView: (
NSSplitView*)sender
constrainMinCoordinate: (float)proposedMin
ofSubviewAt: (int)offset;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (float)
splitView: (
NSSplitView*)sender
constrainSplitPosition: (float)proposedPosition
ofSubviewAt: (int)offset;
Availability: OpenStep
Description forthcoming.
- (void)
splitView: (
NSSplitView*)sender
resizeSubviewsWithOldSize: (NSSize)oldSize;
Availability: OpenStep
Description forthcoming.
- (void)
splitViewDidResizeSubviews: (NSNotification*)notification;
Availability: OpenStep
Description forthcoming.
- (void)
splitViewWillResizeSubviews: (NSNotification*)notification;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSSplitView.h
Availability: Gui 0.0.0
Description forthcoming.
Method summary
- (
NSColor*)
backgroundColor;
Availability: Gui 0.0.0
Description forthcoming.
- (
NSImage*)
dimpleImage;
Availability: Gui 0.0.0
Description forthcoming.
- (
NSColor*)
dividerColor;
Availability: Gui 0.0.0
Description forthcoming.
- (float)
draggedBarWidth;
Availability: Gui 0.0.0
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)aColor;
Availability: Gui 0.0.0
Description forthcoming.
- (void)
setDimpleImage: (
NSImage*)anImage
resetDividerThickness: (BOOL)flag;
Availability: Gui 0.0.0
Description forthcoming.
- (void)
setDividerColor: (
NSColor*)aColor;
Availability: Gui 0.0.0
Description forthcoming.
- (void)
setDraggedBarWidth: (float)newWidth;
Availability: Gui 0.0.0
Description forthcoming.
Up