org.gnu.gdk
Class Property
END OF GENERATED CODE
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
|
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