Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2001-06-21 15:16:50 +0000
committerVeronika Irvine2001-06-21 15:16:50 +0000
commit6c0e3d76ce668620fd159ac504e2b5d9a48852be (patch)
tree28ec743469ad12010dec20832bd1d5c1a3d72d8a /examples/org.eclipse.swt.examples.controls/doc-html
parent3fb799dcaa7d449679ed92f9829fbed85aa6fd1d (diff)
downloadeclipse.platform.swt-6c0e3d76ce668620fd159ac504e2b5d9a48852be.tar.gz
eclipse.platform.swt-6c0e3d76ce668620fd159ac504e2b5d9a48852be.tar.xz
eclipse.platform.swt-6c0e3d76ce668620fd159ac504e2b5d9a48852be.zip
Diffstat (limited to 'examples/org.eclipse.swt.examples.controls/doc-html')
-rwxr-xr-xexamples/org.eclipse.swt.examples.controls/doc-html/hglegal.htm14
-rwxr-xr-xexamples/org.eclipse.swt.examples.controls/doc-html/ngibmcpy.gifbin0 -> 814 bytes
-rwxr-xr-xexamples/org.eclipse.swt.examples.controls/doc-html/swt_controls_ex.html33
3 files changed, 47 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.controls/doc-html/hglegal.htm b/examples/org.eclipse.swt.examples.controls/doc-html/hglegal.htm
new file mode 100755
index 0000000000..b071dbdf45
--- /dev/null
+++ b/examples/org.eclipse.swt.examples.controls/doc-html/hglegal.htm
@@ -0,0 +1,14 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (Win98; U) [Netscape]">
+ <title>Legal Notices</title>
+</head>
+<body>
+
+<h3>
+<a NAME="Notices"></a>Notices</h3>
+(c) Copyright IBM Corp. 2000, 2001. All Rights Reserved.
+</body>
+</html>
diff --git a/examples/org.eclipse.swt.examples.controls/doc-html/ngibmcpy.gif b/examples/org.eclipse.swt.examples.controls/doc-html/ngibmcpy.gif
new file mode 100755
index 0000000000..360f8e9989
--- /dev/null
+++ b/examples/org.eclipse.swt.examples.controls/doc-html/ngibmcpy.gif
Binary files differ
diff --git a/examples/org.eclipse.swt.examples.controls/doc-html/swt_controls_ex.html b/examples/org.eclipse.swt.examples.controls/doc-html/swt_controls_ex.html
new file mode 100755
index 0000000000..c99f6af5b2
--- /dev/null
+++ b/examples/org.eclipse.swt.examples.controls/doc-html/swt_controls_ex.html
@@ -0,0 +1,33 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>SWT - Controls Example</title>
+</head>
+<body>
+
+<h2>Example - SWT Controls</h2>
+
+<h3>Introduction</h3>
+<p>This example is a simple demonstration of common Standard Widget Toolkit
+(SWT) UI controls.&nbsp; It consists of a shell and tab folder where each
+tab in the folder allows the user to interact with a control.
+</p>
+
+<h3>Running the example</h3>
+<p>To run the Controls Example, pull down the Perspective menu, select the
+Show View menu item, then select Other from the submenu.&nbsp; A dialog
+will come up with a list of views.&nbsp; Expand SWT Examples and select
+the view named Controls.&nbsp; A view containing a number of tabbed pages
+will appear.
+</p>
+
+<h3>Details</h3>
+<p>Each page (tab) of the controls example allows the user to interact with
+a different SWT control.&nbsp; The name of the control being demonstrated
+on each page is on the tab.
+</p>
+
+<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation 2000" BORDER=0 height=12 width=195></a></p>
+</body>
+</html>

Back to the top