mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:00:47 +00:00
Put html files under cvs so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7b4b666c
commit
6a9b414593
103 changed files with 21298 additions and 1 deletions
138
Documentation/gsdoc/NSProgressIndicator.html
Normal file
138
Documentation/gsdoc/NSProgressIndicator.html
Normal file
|
@ -0,0 +1,138 @@
|
|||
<html><head>
|
||||
<title>NSProgressIndicator</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSPrinter.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="NSResponder.html">[Next]</a>
|
||||
<h1>NSProgressIndicator</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">NSProgressIndicator</a></h2>
|
||||
<h2><a name="NSProgressIndicator">NSProgressIndicator</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSProgressIndicator.h</p>
|
||||
<p><b>Inherits from:</b> NSView</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSProgressIndicator.html#method-0">-animate:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-1">-animationDelay</a>
|
||||
<li><a href="NSProgressIndicator.html#method-2">-doubleValue</a>
|
||||
<li><a href="NSProgressIndicator.html#method-3">-incrementBy:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-4">-initWithFrame:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-5">-isBezeled</a>
|
||||
<li><a href="NSProgressIndicator.html#method-6">-isIndeterminate</a>
|
||||
<li><a href="NSProgressIndicator.html#method-7">-maxValue</a>
|
||||
<li><a href="NSProgressIndicator.html#method-8">-minValue</a>
|
||||
<li><a href="NSProgressIndicator.html#method-9">-setAnimationDelay:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-10">-setBezeled:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-11">-setDoubleValue:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-12">-setIndeterminate:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-13">-setMaxValue:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-14">-setMinValue:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-15">-setUsesThreadedAnimation:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-16">-stopAnimation:</a>
|
||||
<li><a href="NSProgressIndicator.html#method-17">-usesThreadedAnimation</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">animate:</a></h2>
|
||||
- (void) <b>animate:</b> (id)sender<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">animationDelay</a></h2>
|
||||
- (NSTimeInterval) <b>animationDelay</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">doubleValue</a></h2>
|
||||
- (double) <b>doubleValue</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">incrementBy:</a></h2>
|
||||
- (void) <b>incrementBy:</b> (double)delta<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">initWithFrame:</a></h2>
|
||||
- (id) <b>initWithFrame:</b> (NSRect)frameRect<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">isBezeled</a></h2>
|
||||
- (BOOL) <b>isBezeled</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">isIndeterminate</a></h2>
|
||||
- (BOOL) <b>isIndeterminate</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-7">maxValue</a></h2>
|
||||
- (double) <b>maxValue</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-8">minValue</a></h2>
|
||||
- (double) <b>minValue</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-9">setAnimationDelay:</a></h2>
|
||||
- (void) <b>setAnimationDelay:</b> (NSTimeInterval)delay<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-10">setBezeled:</a></h2>
|
||||
- (void) <b>setBezeled:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-11">setDoubleValue:</a></h2>
|
||||
- (void) <b>setDoubleValue:</b> (double)doubleValue<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-12">setIndeterminate:</a></h2>
|
||||
- (void) <b>setIndeterminate:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-13">setMaxValue:</a></h2>
|
||||
- (void) <b>setMaxValue:</b> (double)newMaximum<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-14">setMinValue:</a></h2>
|
||||
- (void) <b>setMinValue:</b> (double)newMinimum<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-15">setUsesThreadedAnimation:</a></h2>
|
||||
- (void) <b>setUsesThreadedAnimation:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-16">stopAnimation:</a></h2>
|
||||
- (void) <b>stopAnimation:</b> (id)sender<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-17">usesThreadedAnimation</a></h2>
|
||||
- (BOOL) <b>usesThreadedAnimation</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue