Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.internal.gtk
Class GdkDragContext  view GdkDragContext download GdkDragContext.java

java.lang.Object
  extended byorg.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()