From 92aa1abf31f528f496e4c2ac2052f6c7b65cbc48 Mon Sep 17 00:00:00 2001 From: Christophe Cornu Date: Tue, 16 Dec 2003 19:52:11 +0000 Subject: adding browser info --- examples/org.eclipse.swt.examples/plugin.properties | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/org.eclipse.swt.examples/plugin.properties b/examples/org.eclipse.swt.examples/plugin.properties index 15177384d6..91d1514232 100755 --- a/examples/org.eclipse.swt.examples/plugin.properties +++ b/examples/org.eclipse.swt.examples/plugin.properties @@ -23,6 +23,12 @@ launchitem.AddressBook.description = \ The application can save and load data from a file, sort the entries, and \ search for strings within the fields. +launchitem.BrowserExample.name = Browser +launchitem.BrowserExample.description = \ + This example is a simple demonstration of the SWT Browser widget.\n\n\ + It consists of a composite containing a Browser widget to render HTML. \ + Additional widgets allow the user to perform typical browser actions (for example, navigate to a particular URL, go back, forward, refresh and stop). + launchitem.Clipboard.name = Clipboard launchitem.Clipboard.description = \ The Clipboard example shows the various SWT clipboard transfer types in use. -- cgit v1.2.3