File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3328,6 +3328,7 @@ public class SWT {
33283328 /**
33293329 * Keyboard event constant representing the copy
33303330 * key (value is (1<<24)+88).
3331+ * This event is currently only supported on GTK.
33313332 *
33323333 * @since 3.132
33333334 */
@@ -3336,6 +3337,7 @@ public class SWT {
33363337 /**
33373338 * Keyboard event constant representing the cut
33383339 * key (value is (1<<24)+89).
3340+ * This event is currently only supported on GTK.
33393341 *
33403342 * @since 3.132
33413343 */
@@ -3344,6 +3346,7 @@ public class SWT {
33443346 /**
33453347 * Keyboard event constant representing the paste
33463348 * key (value is (1<<24)+90).
3349+ * This event is currently only supported on GTK.
33473350 *
33483351 * @since 3.132
33493352 */
You can’t perform that action at this time.
0 commit comments