Skip to content

Commit 27398fc

Browse files
committed
Documents that those events are currently only supported on GTK.
1 parent 1ab78ae commit 27398fc

File tree

1 file changed

+3
-0
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt

1 file changed

+3
-0
lines changed

bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)