gtkRecentManagerGetForScreen      package:RGtk2      R Documentation

_g_t_k_R_e_c_e_n_t_M_a_n_a_g_e_r_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 recent manager object associated with 'screen'; if this
     function has not previously been called for the given screen, a
     new recent manager object will be created and associated with the
     screen. Recent manager objects are fairly expensive to create, so
     using this function is usually a better choice than calling 
     'gtkRecentManagerNew' and setting the screen yourself; by using
     this function a single recent manager object will be shared
     between users. *WARNING: 'gtk_recent_manager_get_for_screen' has
     been deprecated since version 2.12 and should not be used in
     newly-written code. This function has been deprecated and should
     not be used in newly written code. Calling this function is
     equivalent to calling 'gtkRecentManagerGetDefault'.*

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

     gtkRecentManagerGetForScreen(screen)

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

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

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

     Since  2.10

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

     ['GtkRecentManager']  A unique 'GtkRecentManager' associated with
     the given screen. This recent manager is associated to the 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

