summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2001-12-05 00:46:13 +0000
committerSilenio Quarti <silenio>2001-12-05 00:46:13 +0000
commit436c8edf0dcf146a81b51fba0c092a0b987bdc41 (patch)
tree90404950937a4df589e3593e344f958387310d91 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java
parent26b5da03ad76ff44d06d7fce4a7a8fa78a52d5af (diff)
downloadeclipse.platform.swt-436c8edf0dcf146a81b51fba0c092a0b987bdc41.tar.gz
eclipse.platform.swt-436c8edf0dcf146a81b51fba0c092a0b987bdc41.tar.xz
eclipse.platform.swt-436c8edf0dcf146a81b51fba0c092a0b987bdc41.zip
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java
new file mode 100644
index 0000000000..6e4acded51
--- /dev/null
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk1x/org/eclipse/swt/internal/gtk/GdkEventKey.java
@@ -0,0 +1,22 @@
+package org.eclipse.swt.internal.gtk;
+
+/*
+ * Copyright (c) IBM Corp. 2000, 2001. All rights reserved.
+ *
+ * The contents of this file are made available under the terms
+ * of the GNU Lesser General Public License (LGPL) Version 2.1 that
+ * accompanies this distribution (lgpl-v21.txt). The LGPL is also
+ * available at http://www.gnu.org/licenses/lgpl.html. If the version
+ * of the LGPL at http://www.gnu.org is different to the version of
+ * the LGPL accompanying this distribution and there is any conflict
+ * between the two license versions, the terms of the LGPL accompanying
+ * this distribution shall govern.
+ */
+
+public class GdkEventKey extends GdkEvent {
+ public int time;
+ public int state;
+ public int keyval;
+ public int length;
+ public int string;
+}