|
|||||||||
| Home >> All >> org >> eclipse >> swt >> internal >> [ gtk overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.internal.gtk
Class GdkDragContext

java.lang.Objectorg.eclipse.swt.internal.gtk.GdkDragContext
- public class GdkDragContext
- extends java.lang.Object
| Field Summary | |
int |
action
|
int |
actions
|
long |
dest_window
|
boolean |
is_source
|
int |
protocol
|
static int |
sizeof
|
long |
source_window
|
int |
start_time
|
int |
suggested_action
|
long |
targets
|
| Constructor Summary | |
GdkDragContext()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protocol
public int protocol
is_source
public boolean is_source
source_window
public long source_window
dest_window
public long dest_window
targets
public long targets
actions
public int actions
suggested_action
public int suggested_action
action
public int action
start_time
public int start_time
sizeof
public static final int sizeof
| Constructor Detail |
GdkDragContext
public GdkDragContext()
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> internal >> [ gtk overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.swt.internal.gtk.GdkDragContext