mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:31:00 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
138 lines
3.5 KiB
HTML
138 lines
3.5 KiB
HTML
<html><head>
|
|
<title>NSBox</title>
|
|
</head>
|
|
<body>
|
|
<a href="NSBitmapImageRep.html">[Previous]</a>
|
|
<a href="Gui.html">[Up]</a>
|
|
<a href="NSBrowser.html">[Next]</a>
|
|
<h1>NSBox</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: 0.1</p>
|
|
<p>Date: 28 February, 2000</p>
|
|
<h2><a name="cont-0">NSBox</a></h2>
|
|
<h2><a name="NSBox">NSBox</a></h2>
|
|
<p><b>Declared in:</b> Gui/NSBox.h</p>
|
|
<p><b>Inherits from:</b> NSView</p>
|
|
<p><b>Conforms to:</b> NSCoding
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<ul>
|
|
<li><a href="NSBox.html#method-0">-borderRect</a>
|
|
<li><a href="NSBox.html#method-1">-borderType</a>
|
|
<li><a href="NSBox.html#method-2">-contentView</a>
|
|
<li><a href="NSBox.html#method-3">-contentViewMargins</a>
|
|
<li><a href="NSBox.html#method-4">-setBorderType:</a>
|
|
<li><a href="NSBox.html#method-5">-setContentView:</a>
|
|
<li><a href="NSBox.html#method-6">-setContentViewMargins:</a>
|
|
<li><a href="NSBox.html#method-7">-setFrameFromContentFrame:</a>
|
|
<li><a href="NSBox.html#method-8">-setTitle:</a>
|
|
<li><a href="NSBox.html#method-9">-setTitleFont:</a>
|
|
<li><a href="NSBox.html#method-10">-setTitlePosition:</a>
|
|
<li><a href="NSBox.html#method-11">-setTitleWithMnemonic:</a>
|
|
<li><a href="NSBox.html#method-12">-sizeToFit</a>
|
|
<li><a href="NSBox.html#method-13">-title</a>
|
|
<li><a href="NSBox.html#method-14">-titleCell</a>
|
|
<li><a href="NSBox.html#method-15">-titleFont</a>
|
|
<li><a href="NSBox.html#method-16">-titlePosition</a>
|
|
<li><a href="NSBox.html#method-17">-titleRect</a>
|
|
</ul>
|
|
<hr>
|
|
<h2><a name="method-0">borderRect</a></h2>
|
|
- (NSRect) <b>borderRect</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-1">borderType</a></h2>
|
|
- (NSBorderType) <b>borderType</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-2">contentView</a></h2>
|
|
- (id) <b>contentView</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-3">contentViewMargins</a></h2>
|
|
- (NSSize) <b>contentViewMargins</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-4">setBorderType:</a></h2>
|
|
- (void) <b>setBorderType:</b> (NSBorderType)aType<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-5">setContentView:</a></h2>
|
|
- (void) <b>setContentView:</b> (NSView*)aView<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-6">setContentViewMargins:</a></h2>
|
|
- (void) <b>setContentViewMargins:</b> (NSSize)offsetSize<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-7">setFrameFromContentFrame:</a></h2>
|
|
- (void) <b>setFrameFromContentFrame:</b> (NSRect)contentFrame<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-8">setTitle:</a></h2>
|
|
- (void) <b>setTitle:</b> (NSString*)aString<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-9">setTitleFont:</a></h2>
|
|
- (void) <b>setTitleFont:</b> (NSFont*)aFont<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-10">setTitlePosition:</a></h2>
|
|
- (void) <b>setTitlePosition:</b> (NSTitlePosition)aPosition<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-11">setTitleWithMnemonic:</a></h2>
|
|
- (void) <b>setTitleWithMnemonic:</b> (NSString*)aString<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-12">sizeToFit</a></h2>
|
|
- (void) <b>sizeToFit</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-13">title</a></h2>
|
|
- (NSString*) <b>title</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-14">titleCell</a></h2>
|
|
- (id) <b>titleCell</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-15">titleFont</a></h2>
|
|
- (NSFont*) <b>titleFont</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-16">titlePosition</a></h2>
|
|
- (NSTitlePosition) <b>titlePosition</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-17">titleRect</a></h2>
|
|
- (NSRect) <b>titleRect</b><br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|