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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (
NSColor*)
backgroundColor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSImage*)
dimpleImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSColor*)
dividerColor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (float)
draggedBarWidth;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDimpleImage: (
NSImage*)anImage
resetDividerThickness: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDividerColor: (
NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setDraggedBarWidth: (float)newWidth;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up