All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.swt.internal.gwt.GtkSelectionData Maven / Gradle / Ivy

The newest version!
package org.eclipse.swt.internal.gwt;

public class GtkSelectionData {
	/** @field cast=(GdkAtom) */
	public long /* int */selection;
	/** @field cast=(GdkAtom) */
	public long /* int */target;
	/** @field cast=(GdkAtom) */
	public long /* int */type;
	/** @field cast=(gint) */
	public int format;
	/** @field cast=(guchar *) */
	public long /* int */data;
	/** @field cast=(gint) */
	public int length;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy