libs-gui/Documentation/gsdoc/NSBox.html
Adam Fedor d47e202fbe Markup for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
2001-12-17 16:51:51 +00:00

144 lines
3.1 KiB
HTML

<html>
<head>
<title>NSBox</title>
</head>
<body>
<h1>NSBox</h1>
<h3>Authors</h3>
<dl>
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
scottc@net-community.com
</code></a>)</dt>
<dd>
</dd>
</dl>
<blockquote>
Simple box view that can display a border and title
</blockquote>
<p>Copyright: (C) 1996 Free Software Foundation, Inc.</p>
<h1>
Software documentation for the NSBox class
</h1>
<h2><a name="class$NSBox">NSBox</a> : <a href="NSView.html#class$NSView">NSView</a></h2>
Declared: AppKit/NSBox.h<br />
Conform: NSCoding<br />
<p>
</p>
<h3>borderRect</a></h3>
- (NSRect) <b>borderRect</b>;<br />
<p>
</p>
<hr />
<h3>borderType</a></h3>
- (NSBorderType) <b>borderType</b>;<br />
<p>
</p>
<hr />
<h3>contentView</a></h3>
- (id) <b>contentView</b>;<br />
<p>
</p>
<hr />
<h3>contentViewMargins</a></h3>
- (NSSize) <b>contentViewMargins</b>;<br />
<p>
</p>
<hr />
<h3>minimumSize</a></h3>
- (NSSize) <b>minimumSize</b>;<br />
<p>
</p>
<hr />
<h3>setBorderType:</a></h3>
- (void) <b>setBorderType:</b> (NSBorderType)aType;<br />
<p>
</p>
<hr />
<h3>setContentView:</a></h3>
- (void) <b>setContentView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)aView;<br />
<p>
</p>
<hr />
<h3>setContentViewMargins:</a></h3>
- (void) <b>setContentViewMargins:</b> (NSSize)offsetSize;<br />
<p>
</p>
<hr />
<h3>setFrameFromContentFrame:</a></h3>
- (void) <b>setFrameFromContentFrame:</b> (NSRect)contentFrame;<br />
<p>
</p>
<hr />
<h3>setTitle:</a></h3>
- (void) <b>setTitle:</b> (NSString*)aString;<br />
<p>
</p>
<hr />
<h3>setTitleFont:</a></h3>
- (void) <b>setTitleFont:</b> (<a href="NSFont.html#class$NSFont">NSFont</a>*)fontObj;<br />
<p>
</p>
<hr />
<h3>setTitlePosition:</a></h3>
- (void) <b>setTitlePosition:</b> (NSTitlePosition)aPosition;<br />
<p>
</p>
<hr />
<h3>setTitleWithMnemonic:</a></h3>
- (void) <b>setTitleWithMnemonic:</b> (NSString*)aString;<br />
<p>
</p>
<hr />
<h3>sizeToFit</a></h3>
- (void) <b>sizeToFit</b>;<br />
<p>
</p>
<hr />
<h3>title</a></h3>
- (NSString*) <b>title</b>;<br />
<p>
</p>
<hr />
<h3>titleCell</a></h3>
- (id) <b>titleCell</b>;<br />
<p>
</p>
<hr />
<h3>titleFont</a></h3>
- (<a href="NSFont.html#class$NSFont">NSFont</a>*) <b>titleFont</b>;<br />
<p>
</p>
<hr />
<h3>titlePosition</a></h3>
- (NSTitlePosition) <b>titlePosition</b>;<br />
<p>
</p>
<hr />
<h3>titleRect</a></h3>
- (NSRect) <b>titleRect</b>;<br />
<p>
</p>
<hr />
</body>
</html>