gtkFileChooserSetCurrentName      package:RGtk2      R Documentation

_g_t_k_F_i_l_e_C_h_o_o_s_e_r_S_e_t_C_u_r_r_e_n_t_N_a_m_e

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

     Sets the current name in the file selector, as if entered by the
     user. Note that the name passed in here is a UTF-8 string rather
     than a filename. This function is meant for such uses as a
     suggested name in a "Save As..." dialog.

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

     gtkFileChooserSetCurrentName(object, name)

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

'object': ['GtkFileChooser']  a 'GtkFileChooser'

  'name': [character]  the filename to use, as a UTF-8 string

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

     If you want to preselect a particular existing file, you should
     use 'gtkFileChooserSetFilename' or 'gtkFileChooserSetUri' instead.
     Please see the documentation for those functions for an example of
     using 'gtkFileChooserSetCurrentName' as well.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

