gtkRecentChooserDialogNew       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

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

     Creates a new 'GtkRecentChooserDialog'.  This function is
     analogous to 'gtkDialogNewWithButtons'.

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

     gtkRecentChooserDialogNew(title = NULL, parent = NULL, ..., 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',

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

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

     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

