property_change


Description:


public void property_change (Window window, Atom property, Atom type, int format, PropMode mode, uint8[] data, int nelements)

Changes the contents of a property on a window.

Parameters:

window

a Window

property

the property to change

type

the new type for the property. If mode is gdk_prop_mode_prepend or gdk_prop_mode_append, then this must match the existing type or an error will occur.

format

the new format for the property. If mode is gdk_prop_mode_prepend or gdk_prop_mode_append, then this must match the existing format or an error will occur.

mode

a value describing how the new data is to be combined with the current data.

data

the data (a `guchar *` `gushort *`, or `gulong *`, depending on format), cast to a `guchar *`.

nelements

the number of elements of size determined by the format, contained in data.


Namespace: Gdk
Package: gdk-3.0