Up
Authors
- Robert Vasvari (
vrobi@ddrummer.com
)
-
- Felipe A. Rodriguez (
far@ix.netcom.com
)
-
- Richard Frith-Macdonald (
richard@brainstorm.co.uk
)
-
- Nicola Pero (
nicola.pero@meta-innovation.com
)
-
Allows multiple views to share a region in a window
Copyright: (C)
1996, 1998, 1999, 2000, 2001, 2004, 2008 Free Software
Foundation, Inc.
- Declared in:
- AppKit/NSSplitView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (void)
adjustSubviews;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
autosaveName;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (id)
delegate;
Availability: OpenStep
Description forthcoming.
- (
NSColor*)
dividerColor;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
CGFloat)
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.
- (
CGFloat)
maxPossiblePositionOfDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (
CGFloat)
minPossiblePositionOfDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setAutosaveName: (
NSString*)autosaveName;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setDelegate: (id)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
setDividerStyle: (
NSSplitViewDividerStyle)dividerStyle;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setIsPaneSplitter: (BOOL)flag;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
setPosition: (
CGFloat)position
ofDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setVertical: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSSplitView Class
@protected NSString* _autosaveName;
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* _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 CGFloat _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 CGFloat _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 _is_pane_splitter;
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
- (
NSRect)
splitView: (
NSSplitView*)splitView
additionalEffectiveRectOfDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (BOOL)
splitView: (
NSSplitView*)sender
canCollapseSubview: (
NSView*)subview;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (
CGFloat)
splitView: (
NSSplitView*)sender
constrainMaxCoordinate: (
CGFloat)proposedMax
ofSubviewAt: (
NSInteger)offset;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
splitView: (
NSSplitView*)sender
constrainMinCoordinate: (
CGFloat*)min
maxCoordinate: (
CGFloat*)max
ofSubviewAt: (
NSInteger)offset;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
splitView: (
NSSplitView*)sender
constrainMinCoordinate: (
CGFloat)proposedMin
ofSubviewAt: (
NSInteger)offset;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (
CGFloat)
splitView: (
NSSplitView*)sender
constrainSplitPosition: (
CGFloat)proposedPosition
ofSubviewAt: (
NSInteger)offset;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
splitView: (
NSSplitView*)splitView
effectiveRect: (
NSRect)proposedEffectiveRect
forDrawnRect: (
NSRect)drawnRect
ofDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
splitView: (
NSSplitView*)sender
resizeSubviewsWithOldSize: (
NSSize)oldSize;
Availability: OpenStep
Description forthcoming.
- (BOOL)
splitView: (
NSSplitView*)splitView
shouldAdjustSizeOfSubview: (
NSView*)view;
Availability: MacOS-X 10.6.0
Description forthcoming.
- (BOOL)
splitView: (
NSSplitView*)splitView
shouldCollapseSubview: (
NSView*)subview
forDoubleClickOnDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (BOOL)
splitView: (
NSSplitView*)splitView
shouldHideDividerAtIndex: (
NSInteger)dividerIndex;
Availability: MacOS-X 10.5.0
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.
- (
CGFloat)
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: (
CGFloat)newWidth;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up