gtkIconThemeGetForScreen        package:RGtk2        R Documentation

_g_t_k_I_c_o_n_T_h_e_m_e_G_e_t_F_o_r_S_c_r_e_e_n

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

     Gets the icon theme object associated with 'screen'; if this
     function has not previously been called for the given screen, a
     new icon theme object will be created and associated with the
     screen. Icon theme objects are fairly expensive to create, so
     using this function is usually a better choice than calling than
     'gtkIconThemeNew' and setting the screen yourself; by using this
     function a single icon theme object will be shared between users.

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

     gtkIconThemeGetForScreen(screen)

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

'screen': ['GdkScreen']  a 'GdkScreen'

_D_e_t_a_i_l_s:

     Since  2.4

_V_a_l_u_e:

     ['GtkIconTheme']  A unique 'GtkIconTheme' associated with the
     given screen. This icon theme is associated with the screen and
     can be used as long as the screen is open. Do not ref or unref it.

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

     Derived by RGtkGen from GTK+ documentation

