gdkWindowSetIcon            package:RGtk2            R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_I_c_o_n

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

     Sets the icon of 'window' as a pixmap or window. If using GTK+,
     investigate 'gtkWindowSetDefaultIconList' first, and then
     'gtkWindowSetIconList' and 'gtkWindowSetIcon'. If those don't meet
     your needs, look at 'gdkWindowSetIconList'. Only if all those are
     too high-level do you want to fall back to 'gdkWindowSetIcon'.

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

     gdkWindowSetIcon(object, icon.window, pixmap, mask)

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

'object': ['GdkWindow']  a toplevel 'GdkWindow'

'icon.window': ['GdkWindow']  a 'GdkWindow' to use for the icon, or
          'NULL' to unset

'pixmap': ['GdkPixmap']  a 'GdkPixmap' to use as the icon, or 'NULL' to
          unset

  'mask': ['GdkBitmap']  a 1-bit pixmap ('GdkBitmap') to use as mask
          for 'pixmap', or 'NULL' to have none

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

     Derived by RGtkGen from GTK+ documentation

