summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2013-03-20 14:22:02 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2013-03-20 14:22:02 -0400
commite55ec02f6620bafd13a57d29a43e4e88da3f51a9 (patch)
tree9a7fe129657c9f6e6dcf6adc49bd702cadb5fb30 /bundles/org.eclipse.swt/Eclipse SWT PI
parent66ba06815f9cd8d1981e6de1b6886e103901bde9 (diff)
downloadeclipse.platform.swt-e55ec02f6620bafd13a57d29a43e4e88da3f51a9.tar.gz
eclipse.platform.swt-e55ec02f6620bafd13a57d29a43e4e88da3f51a9.tar.xz
eclipse.platform.swt-e55ec02f6620bafd13a57d29a43e4e88da3f51a9.zip
Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style includes SWT.FLAT
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index 08d9de968f..567d22c656 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -566,6 +566,7 @@ public class OS extends C {
public static final byte[] GTK_STYLE_CLASS_TOOLTIP = ascii("tooltip");
public static final byte[] GTK_STYLE_CLASS_VIEW = ascii("view");
public static final byte[] GTK_STYLE_CLASS_CELL = ascii("cell");
+ public static final byte[] GTK_STYLE_CLASS_PANE_SEPARATOR = ascii("pane-separator");
/** Properties */
public static final byte[] active = ascii("active");