![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSSplitView</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSSplitView">NSSplitView</a></h1> <h3>Authors</h3> <dl> <dt>Robert Vasvari (<a href="mailto:vrobi@ddrummer.com"><code>vrobi@ddrummer.com</code></a>)</dt> <dd> </dd> <dt>Felipe A. Rodriguez (<a href="mailto:far@ix.netcom.com"><code>far@ix.netcom.com</code></a>)</dt> <dd> </dd> <dt>Richard Frith-Macdonald (<a href="mailto:richard@brainstorm.co.uk"><code>richard@brainstorm.co.uk</code></a>)</dt> <dd> </dd> <dt>Nicola Pero (<a href="mailto:nicola.pero@meta-innovation.com"><code>nicola.pero@meta-innovation.com</code></a>)</dt> <dd> </dd> </dl> <blockquote> Allows multiple views to share a region in a window </blockquote> <p><b>Copyright:</b> (C) 1996, 1998, 1999, 2000, 2001, 2004, 2008 Free Software Foundation, Inc. </p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Software documentation for the NSSplitView class</a> </li> <li> <a href="#002000000000">Software documentation for the NSObject(NSSplitViewDelegate) informal protocol</a> </li> <li> <a href="#003000000000">Software documentation for the NSSplitView(GNUstepExtra) category</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000"> Software documentation for the NSSplitView class </a></h1> <h2><a name="class$NSSplitView">NSSplitView</a> : <a rel="gsdoc" href="NSView.html#class$NSView">NSView</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSSplitView.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSSplitView_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-backgroundColor">-backgroundColor</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-dimpleImage">-dimpleImage</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-draggedBarWidth">-draggedBarWidth</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setBackgroundColor$">-setBackgroundColor:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setDimpleImage$resetDividerThickness$">-setDimpleImage:resetDividerThickness:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setDividerColor$">-setDividerColor:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setDraggedBarWidth$">-setDraggedBarWidth:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-adjustSubviews">-adjustSubviews</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-autosaveName">-autosaveName</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-delegate">-delegate</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-dividerColor">-dividerColor</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-dividerStyle">-dividerStyle</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-dividerThickness">-dividerThickness</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-drawDividerInRect$">-drawDividerInRect:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-isPaneSplitter">-isPaneSplitter</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-isSubviewCollapsed$">-isSubviewCollapsed:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-isVertical">-isVertical</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-maxPossiblePositionOfDividerAtIndex$">-maxPossiblePositionOfDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-minPossiblePositionOfDividerAtIndex$">-minPossiblePositionOfDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setAutosaveName$">-setAutosaveName:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setDelegate$">-setDelegate:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setDividerStyle$">-setDividerStyle:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setIsPaneSplitter$">-setIsPaneSplitter:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setPosition$ofDividerAtIndex$">-setPosition:ofDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setVertical$">-setVertical:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSSplitView-adjustSubviews">adjustSubviews </a></h3> - (void) <b>adjustSubviews</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-autosaveName">autosaveName </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>autosaveName</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-delegate">delegate </a></h3> - (id) <b>delegate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-dividerColor">dividerColor </a></h3> - (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>dividerColor</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-dividerStyle">dividerStyle </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSSplitViewDividerStyle">NSSplitViewDividerStyle</a>) <b>dividerStyle</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-dividerThickness">dividerThickness </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>dividerThickness</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-drawDividerInRect$">drawDividerInRect: </a></h3> - (void) <b>drawDividerInRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)aRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-isPaneSplitter">isPaneSplitter </a></h3> - (BOOL) <b>isPaneSplitter</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-isSubviewCollapsed$">isSubviewCollapsed: </a></h3> - (BOOL) <b>isSubviewCollapsed:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)subview;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-isVertical">isVertical </a></h3> - (BOOL) <b>isVertical</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-maxPossiblePositionOfDividerAtIndex$">maxPossiblePositionOfDividerAtIndex: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>maxPossiblePositionOfDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-minPossiblePositionOfDividerAtIndex$">minPossiblePositionOfDividerAtIndex: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>minPossiblePositionOfDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-setAutosaveName$">setAutosaveName: </a></h3> - (void) <b>setAutosaveName:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)autosaveName;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-setDelegate$">setDelegate: </a></h3> - (void) <b>setDelegate:</b> (id)anObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-setDividerStyle$">setDividerStyle: </a></h3> - (void) <b>setDividerStyle:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSSplitViewDividerStyle">NSSplitViewDividerStyle</a>)dividerStyle;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-setIsPaneSplitter$">setIsPaneSplitter: </a></h3> - (void) <b>setIsPaneSplitter:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-setPosition$ofDividerAtIndex$">setPosition: ofDividerAtIndex: </a></h3> - (void) <b>setPosition:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)position<b> ofDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView-setVertical$">setVertical: </a></h3> - (void) <b>setVertical:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <a name="_NSSplitView_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSSplitView Class</h2> <h3><a name="ivariable$NSSplitView*_autosaveName">_autosaveName</a></h3> @protected NSString* <b>_autosaveName</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_backgroundColor">_backgroundColor</a></h3> @protected NSColor* <b>_backgroundColor</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_delegate">_delegate</a></h3> @protected id <b>_delegate</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_dimpleImage">_dimpleImage</a></h3> @protected NSImage* <b>_dimpleImage</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_dividerColor">_dividerColor</a></h3> @protected NSColor* <b>_dividerColor</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_dividerWidth">_dividerWidth</a></h3> @protected CGFloat <b>_dividerWidth</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_draggedBarWidth">_draggedBarWidth</a></h3> @protected CGFloat <b>_draggedBarWidth</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_isVertical">_isVertical</a></h3> @protected BOOL <b>_isVertical</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_is_pane_splitter">_is_pane_splitter</a></h3> @protected BOOL <b>_is_pane_splitter</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSplitView*_never_displayed_before">_never_displayed_before</a></h3> @protected BOOL <b>_never_displayed_before</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <h1><a name="002000000000"> Software documentation for the NSObject(NSSplitViewDelegate) informal protocol </a></h1> <h2><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSSplitViewDelegate)">NSSplitViewDelegate</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSSplitView.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$additionalEffectiveRectOfDividerAtIndex$">-splitView:additionalEffectiveRectOfDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$canCollapseSubview$">-splitView:canCollapseSubview:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$constrainMaxCoordinate$ofSubviewAt$">-splitView:constrainMaxCoordinate:ofSubviewAt:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$constrainMinCoordinate$maxCoordinate$ofSubviewAt$">-splitView:constrainMinCoordinate:maxCoordinate:ofSubviewAt:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$constrainMinCoordinate$ofSubviewAt$">-splitView:constrainMinCoordinate:ofSubviewAt:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$constrainSplitPosition$ofSubviewAt$">-splitView:constrainSplitPosition:ofSubviewAt:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$effectiveRect$forDrawnRect$ofDividerAtIndex$">-splitView:effectiveRect:forDrawnRect:ofDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$resizeSubviewsWithOldSize$">-splitView:resizeSubviewsWithOldSize:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$shouldAdjustSizeOfSubview$">-splitView:shouldAdjustSizeOfSubview:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$shouldCollapseSubview$forDoubleClickOnDividerAtIndex$">-splitView:shouldCollapseSubview:forDoubleClickOnDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitView$shouldHideDividerAtIndex$">-splitView:shouldHideDividerAtIndex:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitViewDidResizeSubviews$">-splitViewDidResizeSubviews:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSObject(NSSplitViewDelegate)-splitViewWillResizeSubviews$">-splitViewWillResizeSubviews:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$additionalEffectiveRectOfDividerAtIndex$">splitView: additionalEffectiveRectOfDividerAtIndex: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)splitView<b> additionalEffectiveRectOfDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$canCollapseSubview$">splitView: canCollapseSubview: </a></h3> - (BOOL) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> canCollapseSubview:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)subview;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$constrainMaxCoordinate$ofSubviewAt$">splitView: constrainMaxCoordinate: ofSubviewAt: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainMaxCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)proposedMax<b> ofSubviewAt:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)offset;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$constrainMinCoordinate$maxCoordinate$ofSubviewAt$">splitView: constrainMinCoordinate: maxCoordinate: ofSubviewAt: </a></h3> - (void) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainMinCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>*)min<b> maxCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>*)max<b> ofSubviewAt:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)offset;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$constrainMinCoordinate$ofSubviewAt$">splitView: constrainMinCoordinate: ofSubviewAt: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainMinCoordinate:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)proposedMin<b> ofSubviewAt:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)offset;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$constrainSplitPosition$ofSubviewAt$">splitView: constrainSplitPosition: ofSubviewAt: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainSplitPosition:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)proposedPosition<b> ofSubviewAt:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)offset;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$effectiveRect$forDrawnRect$ofDividerAtIndex$">splitView: effectiveRect: forDrawnRect: ofDividerAtIndex: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)splitView<b> effectiveRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)proposedEffectiveRect<b> forDrawnRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)drawnRect<b> ofDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$resizeSubviewsWithOldSize$">splitView: resizeSubviewsWithOldSize: </a></h3> - (void) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> resizeSubviewsWithOldSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)oldSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$shouldAdjustSizeOfSubview$">splitView: shouldAdjustSizeOfSubview: </a></h3> - (BOOL) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)splitView<b> shouldAdjustSizeOfSubview:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)view;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$shouldCollapseSubview$forDoubleClickOnDividerAtIndex$">splitView: shouldCollapseSubview: forDoubleClickOnDividerAtIndex: </a></h3> - (BOOL) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)splitView<b> shouldCollapseSubview:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)subview<b> forDoubleClickOnDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitView$shouldHideDividerAtIndex$">splitView: shouldHideDividerAtIndex: </a></h3> - (BOOL) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)splitView<b> shouldHideDividerAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)dividerIndex;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitViewDidResizeSubviews$">splitViewDidResizeSubviews: </a></h3> - (void) <b>splitViewDidResizeSubviews:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSObject(NSSplitViewDelegate)-splitViewWillResizeSubviews$">splitViewWillResizeSubviews: </a></h3> - (void) <b>splitViewWillResizeSubviews:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <h1><a name="003000000000"> Software documentation for the NSSplitView(GNUstepExtra) category </a></h1> <h2><a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>(<a name="category$NSSplitView(GNUstepExtra)">GNUstepExtra</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSSplitView.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-backgroundColor">-backgroundColor</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-dimpleImage">-dimpleImage</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-draggedBarWidth">-draggedBarWidth</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setBackgroundColor$">-setBackgroundColor:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setDimpleImage$resetDividerThickness$">-setDimpleImage:resetDividerThickness:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setDividerColor$">-setDividerColor:</a></li> <li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView(GNUstepExtra)-setDraggedBarWidth$">-setDraggedBarWidth:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-backgroundColor">backgroundColor </a></h3> - (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-dimpleImage">dimpleImage </a></h3> - (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*) <b>dimpleImage</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-draggedBarWidth">draggedBarWidth </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>draggedBarWidth</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-setBackgroundColor$">setBackgroundColor: </a></h3> - (void) <b>setBackgroundColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-setDimpleImage$resetDividerThickness$">setDimpleImage: resetDividerThickness: </a></h3> - (void) <b>setDimpleImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)anImage<b> resetDividerThickness:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-setDividerColor$">setDividerColor: </a></h3> - (void) <b>setDividerColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSplitView(GNUstepExtra)-setDraggedBarWidth$">setDraggedBarWidth: </a></h3> - (void) <b>setDraggedBarWidth:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)newWidth;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>