gtkFileSelectionSetFilename      package:RGtk2      R Documentation

_g_t_k_F_i_l_e_S_e_l_e_c_t_i_o_n_S_e_t_F_i_l_e_n_a_m_e

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

     Sets a default path for the file requestor. If 'filename' includes
     a directory path, then the requestor will open with that path as
     its current working directory. *WARNING:
     'gtk_file_selection_set_filename' is deprecated and should not be
     used in newly-written code.*

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

     gtkFileSelectionSetFilename(object, filename)

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

'object': ['GtkFileSelection']  a 'GtkFileSelection'.

'filename': [character]   a string to set as the default file name.

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

     This has the consequence that in order to open the requestor with
     a  working directory and an empty filename, 'filename' must have a
     trailing directory separator.

     The encoding of 'filename' is preferred GLib file name encoding,
     which may not be UTF-8. See 'gFilenameFromUtf8()'.

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

     Derived by RGtkGen from GTK+ documentation

