gdkSpawnCommandLineOnScreen      package:RGtk2      R Documentation

_g_d_k_S_p_a_w_n_C_o_m_m_a_n_d_L_i_n_e_O_n_S_c_r_e_e_n

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

     Like 'gSpawnCommandLineAsync()', except the child process is
     spawned in such an environment that on calling 'gdkDisplayOpen' it
     would be returned a 'GdkDisplay' with 'screen' as the default
     screen.

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

     gdkSpawnCommandLineOnScreen(screen, command.line, .errwarn = TRUE)

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

'screen': ['GdkScreen']  a 'GdkScreen'

'command.line': [character]  a command line

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

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

     This is useful for applications which wish to launch an
     application on a specific screen.  

     Since  2.4

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' on success, 'FALSE' if error is set.

 'error': ['GError']  return location for errors

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

     Derived by RGtkGen from GTK+ documentation

