gdkPropertyChange           package:RGtk2           R Documentation

_g_d_k_P_r_o_p_e_r_t_y_C_h_a_n_g_e

_D_e_s_c_r_i_p_t_i_o_n:

     Changes the contents of a property on a window.

_U_s_a_g_e:

     gdkPropertyChange(object, property, type, format, mode, data)

_A_r_g_u_m_e_n_t_s:

'object': ['GdkWindow'] a 'GdkWindow'.

'property': ['GdkAtom'] the property to change.

  'type': ['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.

'format': [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.

  'mode': ['GdkPropMode'] a value describing how the new data is to be
          combined with the current data.

  'data': [raw] the data (a 'guchar *' 'gushort *', or  'gulong *',
          depending on 'format'), cast to a  'guchar *'.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

