mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:21:16 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
406 lines
17 KiB
HTML
406 lines
17 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSSplitView</title>
|
|
</head>
|
|
<body>
|
|
<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:n.pero@mi.flashnet.it"><code>
|
|
n.pero@mi.flashnet.it
|
|
</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 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)
|
|
category</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>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSplitView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-adjustSubviews">-adjustSubviews</a></li>
|
|
<li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-delegate">-delegate</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-setDelegate:">-setDelegate:</a></li>
|
|
<li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setIsPaneSplitter:">-setIsPaneSplitter:</a></li>
|
|
<li><a rel="gsdoc" href="NSSplitView.html#method$NSSplitView-setVertical:">-setVertical:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSSplitView-adjustSubviews">adjustSubviews</a></h3>
|
|
- (void) <b>adjustSubviews</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-delegate">delegate</a></h3>
|
|
- (id) <b>delegate</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-dividerThickness">dividerThickness</a></h3>
|
|
- (float) <b>dividerThickness</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-drawDividerInRect:">drawDividerInRect:</a></h3>
|
|
- (void) <b>drawDividerInRect:</b> (NSRect)aRect;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-isPaneSplitter">isPaneSplitter</a></h3>
|
|
- (BOOL) <b>isPaneSplitter</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-isVertical">isVertical</a></h3>
|
|
- (BOOL) <b>isVertical</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-setDelegate:">setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-setIsPaneSplitter:">setIsPaneSplitter:</a></h3>
|
|
- (void) <b>setIsPaneSplitter:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView-setVertical:">setVertical:</a></h3>
|
|
- (void) <b>setVertical:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSObject(NSSplitViewDelegate)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSSplitViewDelegate)">NSSplitViewDelegate</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSplitView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<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:resizeSubviewsWithOldSize:">-splitView:resizeSubviewsWithOldSize:</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" />
|
|
<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 />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSplitViewDelegate)-splitView:constrainMaxCoordinate:ofSubviewAt:">splitView:constrainMaxCoordinate:ofSubviewAt:</a></h3>
|
|
- (float) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainMaxCoordinate:</b> (float)proposedMax<b> ofSubviewAt:</b> (int)offset;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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> (float*)min<b> maxCoordinate:</b> (float*)max<b> ofSubviewAt:</b> (int)offset;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSplitViewDelegate)-splitView:constrainMinCoordinate:ofSubviewAt:">splitView:constrainMinCoordinate:ofSubviewAt:</a></h3>
|
|
- (float) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainMinCoordinate:</b> (float)proposedMin<b> ofSubviewAt:</b> (int)offset;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSplitViewDelegate)-splitView:constrainSplitPosition:ofSubviewAt:">splitView:constrainSplitPosition:ofSubviewAt:</a></h3>
|
|
- (float) <b>splitView:</b> (<a rel="gsdoc" href="#class$NSSplitView">NSSplitView</a>*)sender<b> constrainSplitPosition:</b> (float)proposedPosition<b> ofSubviewAt:</b> (int)offset;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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> (NSSize)oldSize;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSplitViewDelegate)-splitViewDidResizeSubviews:">splitViewDidResizeSubviews:</a></h3>
|
|
- (void) <b>splitViewDidResizeSubviews:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSplitViewDelegate)-splitViewWillResizeSubviews:">splitViewWillResizeSubviews:</a></h3>
|
|
- (void) <b>splitViewWillResizeSubviews:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSplitView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>NotOpenStep</li>
|
|
<li>NotMacOS-X</li>
|
|
<li>GNUstep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<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)-dividerColor">-dividerColor</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" />
|
|
<h3><a name="method$NSSplitView(GNUstepExtra)-backgroundColor">backgroundColor</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView(GNUstepExtra)-dimpleImage">dimpleImage</a></h3>
|
|
- (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*) <b>dimpleImage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView(GNUstepExtra)-dividerColor">dividerColor</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>dividerColor</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView(GNUstepExtra)-draggedBarWidth">draggedBarWidth</a></h3>
|
|
- (float) <b>draggedBarWidth</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSplitView(GNUstepExtra)-setDraggedBarWidth:">setDraggedBarWidth:</a></h3>
|
|
- (void) <b>setDraggedBarWidth:</b> (float)newWidth;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|