| gdkPropertyChange {RGtk2} | R Documentation |
Changes the contents of a property on a window.
gdkPropertyChange(object, property, type, format, mode, data)
|
[GdkWindow] a GdkWindow. |
|
[GdkAtom] the property to change. |
|
[GdkAtom] 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. |
|
[integer] 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. |
|
[GdkPropMode] a value describing how the new data is to be combined
with the current data. |
|
[raw] the data
(a guchar *
gushort *, or
gulong *, depending on format), cast to a
guchar *. |
Derived by RGtkGen from GTK+ documentation