org.gnu.gdk

Class Property


public class Property
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Method Summary

protected static void
gdk_property_change(Handle window, int property, int type, int format, int mode, byte[] data, int numElements)
protected static void
gdk_property_delete(Handle window, int property)
protected static boolean
gdk_property_get(Handle window, int property, int type, long offset, long length, int pdelete, int[] actualPropertyType, int[] actualFormat, int[] actualLength, byte[] data)
BEGINNING OF JNI CODE

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Method Details

gdk_property_change

protected static final void gdk_property_change(Handle window,
                                                int property,
                                                int type,
                                                int format,
                                                int mode,
                                                byte[] data,
                                                int numElements)


gdk_property_delete

protected static final void gdk_property_delete(Handle window,
                                                int property)


gdk_property_get

protected static final boolean gdk_property_get(Handle window,
                                                int property,
                                                int type,
                                                long offset,
                                                long length,
                                                int pdelete,
                                                int[] actualPropertyType,
                                                int[] actualFormat,
                                                int[] actualLength,
                                                byte[] data)
BEGINNING OF JNI CODE