gtkInit                 package:RGtk                 R Documentation

_O_n_e-_t_i_m_e _i_n_i_t_i_a_l_i_z_a_t_i_o_n _o_f _G_t_k _e_n_v_i_r_o_n_m_e_n_t

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

     This ensures that the Gtk libraries have been  correctly
     initialized and can be used to create widgets, etc. One can
     specify arguments to customize how the initialization is
     performed, passing Gtk-specific flags to activate different
     features.

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

     gtkInit(args=c("R"))

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

    args: a character vector of ``command line'' arguments used to
          initialize the Gtk libraries. See the Gtk documentation for
          valid arguments.

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

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

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.gtk.org> <URL: http://www.omegahat.org/RGtk>

_E_x_a_m_p_l_e_s:

