Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2007-08-22 20:25:19 +0000
committerFelipe Heidrich2007-08-22 20:25:19 +0000
commitdeba00683b7e799ad97b05b6dcbb1d19c053de72 (patch)
tree08f6ec274e3a72a3720810e061807f52dba5fa52
parentedb6313e76023ceca0281aa07b092311bf5a86b9 (diff)
downloadeclipse.platform.swt-deba00683b7e799ad97b05b6dcbb1d19c053de72.tar.gz
eclipse.platform.swt-deba00683b7e799ad97b05b6dcbb1d19c053de72.tar.xz
eclipse.platform.swt-deba00683b7e799ad97b05b6dcbb1d19c053de72.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java
index 263c19d46c..02fda7b2cd 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java
@@ -67,6 +67,10 @@ public class TextStyle {
/**
* the underline style
*
+ * @see SWT#UNDERLINE_SINGLE
+ * @see SWT#UNDERLINE_DOUBLE
+ * @see SWT#UNDERLINE_ERROR
+ *
* @since 3.4
*/
public int underlineStyle;

Back to the top