gtkEntrySetInvisibleChar        package:RGtk2        R Documentation

_g_t_k_E_n_t_r_y_S_e_t_I_n_v_i_s_i_b_l_e_C_h_a_r

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

     Sets the character to use in place of the actual text when
     'gtkEntrySetVisibility' has been called to set text visibility to
     'FALSE'. i.e. this is the character used in "password mode" to
     show the user how many characters have been typed. The default
     invisible char is an asterisk ('*').  If you set the invisible
     char to 0, then the user will get no feedback at all; there will
     be no text on the screen as they type.

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

     gtkEntrySetInvisibleChar(object, ch)

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

'object': ['GtkEntry']  a 'GtkEntry'

    'ch': [numeric]  a Unicode character

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

     Derived by RGtkGen from GTK+ documentation

