gtkRecentChooserDialogNewForManager  package:RGtk2  R Documentation

_g_t_k_R_e_c_e_n_t_C_h_o_o_s_e_r_D_i_a_l_o_g_N_e_w_F_o_r_M_a_n_a_g_e_r

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

     Creates a new 'GtkRecentChooserDialog' with a specified recent
     manager.

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

     gtkRecentChooserDialogNewForManager(title = NULL, parent = NULL, manager, ..., show = TRUE)

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

 'title': [character]  Title of the dialog, or 'NULL'

'parent': ['GtkWindow']  Transient parent of the dialog, or 'NULL',

'manager': ['GtkRecentManager']  a 'GtkRecentManager'

   '...': response ID for the first button, then additional (button,
          id) pairs, ending with 'NULL'

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

     This is useful if you have implemented your own recent manager, or
     if you have a customized instance of a 'GtkRecentManager' object.  

     Since  2.10

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

     ['GtkWidget']  a new 'GtkRecentChooserDialog'

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

     Derived by RGtkGen from GTK+ documentation

