gtkPageSetupNewFromKeyFile       package:RGtk2       R Documentation

_g_t_k_P_a_g_e_S_e_t_u_p_N_e_w_F_r_o_m_K_e_y_F_i_l_e

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

     Reads the page setup from the group 'group.name' in the key file
     'key.file'. Returns a new 'GtkPageSetup' object with the restored
     page setup, or 'NULL' if an error occurred.

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

     gtkPageSetupNewFromKeyFile(key.file, group.name, .errwarn = TRUE)

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

'key.file': [GKeyFile]  the 'GKeyFile' to retrieve the page_setup from

'group.name': [character]  the name of the group in the key_file to
          read, or 'NULL' to use the default name "Page Setup"

.errwarn: Whether to issue a warning on error or fail silently

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

     Since  2.12

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

     A list containing the following elements: 

  retval: ['GtkPageSetup']  the restored 'GtkPageSetup'

 'error': ['GError']  return location for an error, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

