Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2005-03-28 23:28:19 +0000
committerFelipe Heidrich2005-03-28 23:28:19 +0000
commitdc3a3d47ce7d68140595e0e1ea1e11f6bd7078b4 (patch)
treec63e1f7304f68aa0592e6c55a0a602a7ee4c0a89
parentcb4c443078f88ec67c1276ca9ce5230437607e3a (diff)
downloadeclipse.platform.swt-dc3a3d47ce7d68140595e0e1ea1e11f6bd7078b4.tar.gz
eclipse.platform.swt-dc3a3d47ce7d68140595e0e1ea1e11f6bd7078b4.tar.xz
eclipse.platform.swt-dc3a3d47ce7d68140595e0e1ea1e11f6bd7078b4.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index b79d7263c1..aa473ef9c5 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -13,6 +13,12 @@ Eclipse Platform Build Notes<br>
SWT</h1>
<h2> SWT Build 3.1 028 - Thursday March 29th, 2005 </h2>
+<h3><a NAME="New APIs"></a>New APIs</h3>
+<p>New API has been added to Spinner</p>
+<blockquote>
+int Spinner.getDigits()
+<br>Spinner.setDigits(int)
+</blockquote>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
86079: Spinner should handle non-integer increments

Back to the top