gdkWindowSetIconList          package:RGtk2          R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_I_c_o_n_L_i_s_t

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

     Sets a list of icons for the window. One of these will be used to
     represent the window when it has been iconified. The icon is
     usually shown in an icon box or some sort of task bar. Which icon
     size is shown depends on the window manager. The window manager
     can scale the icon  but setting several size icons can give better
     image quality since the window manager may only need to scale the
     icon by a small amount or not at all.

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

     gdkWindowSetIconList(object, pixbufs)

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

'object': ['GdkWindow']  The 'GdkWindow' toplevel window to set the
          icon of.

'pixbufs': [list]  A list of pixbufs, of different sizes.

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

     Derived by RGtkGen from GTK+ documentation

