gtkEntrySetVisibility         package:RGtk2         R Documentation

_g_t_k_E_n_t_r_y_S_e_t_V_i_s_i_b_i_l_i_t_y

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

     Sets whether the contents of the entry are visible or not. When
     visibility is set to 'FALSE', characters are displayed as the
     invisible char, and will also appear that way when the text in the
     entry widget is copied elsewhere.

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

     gtkEntrySetVisibility(object, visible)

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

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

'visible': [logical] 'TRUE' if the contents of the entry are displayed
          as plaintext.

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

     The default invisible char is the asterisk '*', but it can be
     changed with 'gtkEntrySetInvisibleChar'.

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

     Derived by RGtkGen from GTK+ documentation

