gtkDisableSetlocale          package:RGtk2          R Documentation

_g_t_k_D_i_s_a_b_l_e_S_e_t_l_o_c_a_l_e

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

     Prevents 'gtkInit', 'gtkInitCheck', 'gtkInitWithArgs()' and
     'gtkParseArgs()' from automatically calling 'setlocale (LC_ALL,
     "")'. You would  want to use this function if you wanted to set
     the locale for  your program to something other than the user's
     locale, or if  you wanted to set different values for different
     locale categories.

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

     gtkDisableSetlocale()

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

     Most programs should not need to call this function.

_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

