gtkEntrySetWidthChars         package:RGtk2         R Documentation

_g_t_k_E_n_t_r_y_S_e_t_W_i_d_t_h_C_h_a_r_s

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

     Changes the size request of the entry to be about the right size
     for 'n.chars' characters. Note that it changes the size _request_,
     the size can still be affected by how you pack the widget into
     containers. If 'n.chars' is -1, the size reverts to the default
     entry size.

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

     gtkEntrySetWidthChars(object, n.chars)

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

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

'n.chars': [integer]  width in chars

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

     Derived by RGtkGen from GTK+ documentation

