gtkInit                package:RGtk2                R Documentation

_g_t_k_I_n_i_t

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

     Call this function before using any other GTK+ functions in your
     GUI applications.  It will initialize everything needed to operate
     the  toolkit and parses some standard command line options. 'argc'
     and  'argv' are adjusted accordingly so your own code will  never
     see those standard arguments.

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

     gtkInit(args = .GtkInitArgs)

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

     Note that there are some alternative ways to initialize GTK+:  if
     you are calling 'gtkParseArgs()', 'gtkInitCheck', 
     'gtkInitWithArgs()' or 'gOptionContextParse()' with  the option
     group returned by 'gtkGetOptionGroup()', you  _don't_ have to call
     'gtkInit'.

     _This function will terminate your program if it was unable to
     initialize  the GUI for some reason. If you want your program to
     fall back to a  textual interface you want to call 'gtkInitCheck'
     instead._

_N_o_t_e:

     This function will terminate your program if it was unable to
     initialize  the GUI for some reason. If you want your program to
     fall back to a  textual interface you want to call 'gtkInitCheck'
     instead.

     This function is deprecated. You should use 'GDK_PRIORITY_REDRAW'
     instead. This function is deprecated. You should use
     'G_PRIORITY_HIGH' instead. This function is deprecated. You should
     use 'G_PRIORITY_DEFAULT_IDLE' instead. This function is
     deprecated. You should use 'G_PRIORITY_LOW' instead.

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

     Derived by RGtkGen from GTK+ documentation

