gtkEntrySetMaxLength          package:RGtk2          R Documentation

_g_t_k_E_n_t_r_y_S_e_t_M_a_x_L_e_n_g_t_h

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

     Sets the maximum allowed length of the contents of the widget. If
     the current contents are longer than the given length, then they
     will be truncated to fit.

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

     gtkEntrySetMaxLength(object, max)

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

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

   'max': [integer]  the maximum length of the entry, or 0 for no
          maximum. (other than the maximum length of entries.) The
          value passed in will be clamped to the range 0-65536.

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

     Derived by RGtkGen from GTK+ documentation

