summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-05-28 16:08:17 +0000
committerCarolyn MacLeod <carolyn>2004-05-28 16:08:17 +0000
commit9fb80a18781961ccb53562c109f6c56290127a0c (patch)
treecbc13022ba220e779a109f2f84bc8fd92bad6233
parent640ea076bf4c7432d802cc64db72336e912e21ba (diff)
downloadeclipse.platform.swt-9fb80a18781961ccb53562c109f6c56290127a0c.tar.gz
eclipse.platform.swt-9fb80a18781961ccb53562c109f6c56290127a0c.tar.xz
eclipse.platform.swt-9fb80a18781961ccb53562c109f6c56290127a0c.zip
v3054d - fixed API list
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 27a499c504..79a2f13805 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -17,16 +17,14 @@ SWT</h1>
<h3><a NAME="New APIs"></a>New APIs</h3>
<blockquote>
StyledText.getBaseline()
-Combo.getVisibleItemCount()
-Combo.setVisibleItemCount(int)
-CCombo.getVisibleItemCount()
-CCombo.setVisibleItemCount(int)
-CBanner.getSimple()
-CBanner.setSimple(boolean)
-CTabFolder.getSingleTab() -> CTabFolder.getSingle()
-CTabFolder.setSingleTab(boolean) -> CTabFolder.setSingle(boolean)
-CTabFolder.getSimpleTab() -> CTabFolder.getSimple()
-CTabFolder.setSimpleTab(boolean) -> CTabFolder.setSimple(boolean)
+<br>Combo.getVisibleItemCount()
+<br>Combo.setVisibleItemCount(int)
+<br>CCombo.getVisibleItemCount()
+<br>CCombo.setVisibleItemCount(int)
+<br>CBanner.getSimple()
+<br>CBanner.setSimple(boolean)
+<br>CTabFolder.getSimpleTab() -> CTabFolder.getSimple()
+<br>CTabFolder.setSimpleTab(boolean) -> CTabFolder.setSimple(boolean)
</blockquote>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>