mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 21:50:54 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
76 lines
1.9 KiB
HTML
76 lines
1.9 KiB
HTML
<html><head>
|
|
<title>NSSplitView</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSSpellServer.html">[Previous]</a>
|
|
<a href ="Gui.html">[Up]</a>
|
|
<a href ="NSStringAdditions.html">[Next]</a>
|
|
<h1>NSSplitView</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSSplitView</a></h2>
|
|
<h2><a name ="NSSplitView">NSSplitView</a></h2>
|
|
<p><b>Declared in: </b> Gui/NSSplitView.h</p>
|
|
<p><b>Inherits from: </b> NSView</p>
|
|
<p><b>Conforms to: </b> NSCoding
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li><a href ="NSSplitView.html#method-0">-adjustSubviews</a>
|
|
<li><a href ="NSSplitView.html#method-1">-delegate</a>
|
|
<li><a href ="NSSplitView.html#method-2">-dividerThickness</a>
|
|
<li><a href ="NSSplitView.html#method-3">-drawDividerInRect:</a>
|
|
<li><a href ="NSSplitView.html#method-4">-isVertical</a>
|
|
<li><a href ="NSSplitView.html#method-5">-setDelegate:</a>
|
|
<li><a href ="NSSplitView.html#method-6">-setVertical:</a>
|
|
</ul>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-0">adjustSubviews</a></h3>
|
|
- (void) <b>adjustSubviews</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">delegate</a></h3>
|
|
- (id) <b>delegate</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">dividerThickness</a></h3>
|
|
- (float) <b>dividerThickness</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">drawDividerInRect:</a></h3>
|
|
- (void) <b>drawDividerInRect:</b> (NSRect)aRect;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">isVertical</a></h3>
|
|
- (BOOL) <b>isVertical</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">setVertical:</a></h3>
|
|
- (void) <b>setVertical:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|