mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 15:30:59 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
180 lines
3.8 KiB
HTML
180 lines
3.8 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSProgressIndicator</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSProgressIndicator</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Gerrit van Dyk(<a href="mailto:gerritvd@decimax.com"><code>
|
|
gerritvd@decimax.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p>Copyright: (C) 1999 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSProgressIndicator
|
|
class
|
|
</h1>
|
|
<h2><a name="class$NSProgressIndicator">NSProgressIndicator</a> : <a href="NSView.html#class$NSView">NSView</a></h2>
|
|
Declared: AppKit/NSProgressIndicator.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>animate:</a></h3>
|
|
- (void) <b>animate:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>animationDelay</a></h3>
|
|
- (NSTimeInterval) <b>animationDelay</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>controlSize</a></h3>
|
|
- (NSControlSize) <b>controlSize</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>controlTint</a></h3>
|
|
- (NSControlTint) <b>controlTint</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>doubleValue</a></h3>
|
|
- (double) <b>doubleValue</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>incrementBy:</a></h3>
|
|
- (void) <b>incrementBy:</b> (double)delta;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isBezeled</a></h3>
|
|
- (BOOL) <b>isBezeled</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isIndeterminate</a></h3>
|
|
- (BOOL) <b>isIndeterminate</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>maxValue</a></h3>
|
|
- (double) <b>maxValue</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>minValue</a></h3>
|
|
- (double) <b>minValue</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAnimimationDelay:</a></h3>
|
|
- (void) <b>setAnimimationDelay:</b> (NSTimeInterval)delay;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setBezeled:</a></h3>
|
|
- (void) <b>setBezeled:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setControlSize:</a></h3>
|
|
- (void) <b>setControlSize:</b> (NSControlSize)size;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setControlTint:</a></h3>
|
|
- (void) <b>setControlTint:</b> (NSControlTint)tint;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDoubleValue:</a></h3>
|
|
- (void) <b>setDoubleValue:</b> (double)aValue;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setIndeterminate:</a></h3>
|
|
- (void) <b>setIndeterminate:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMaxValue:</a></h3>
|
|
- (void) <b>setMaxValue:</b> (double)newMaximum;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMinValue:</a></h3>
|
|
- (void) <b>setMinValue:</b> (double)newMinimum;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setUsesThreadedAnimation:</a></h3>
|
|
- (void) <b>setUsesThreadedAnimation:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>startAnimation:</a></h3>
|
|
- (void) <b>startAnimation:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>stopAnimation:</a></h3>
|
|
- (void) <b>stopAnimation:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>usesThreadedAnimation</a></h3>
|
|
- (BOOL) <b>usesThreadedAnimation</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the
|
|
NSProgressIndicator(GNUstepExtensions)
|
|
category
|
|
</h1>
|
|
<h2><a href="#class$NSProgressIndicator">NSProgressIndicator</a>(<a name="category$NSProgressIndicator(GNUstepExtensions)">GNUstepExtensions</a>)</h2>
|
|
Declared: AppKit/NSProgressIndicator.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>isVertical</a></h3>
|
|
- (BOOL) <b>isVertical</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setVertical:</a></h3>
|
|
- (void) <b>setVertical:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|