gtkTreeViewColumnSetMaxWidth      package:RGtk2      R Documentation

_g_t_k_T_r_e_e_V_i_e_w_C_o_l_u_m_n_S_e_t_M_a_x_W_i_d_t_h

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

     Sets the maximum width of the 'tree.column'.  If 'max.width' is
     -1, then the maximum width is unset.  Note, the column can
     actually be wider than max width if it's the last column in a
     view.  In this case, the column expands to fill any extra space.

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

     gtkTreeViewColumnSetMaxWidth(object, max.width)

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

'object': ['GtkTreeViewColumn']  A 'GtkTreeViewColumn'.

'max.width': [integer]  The maximum width of the column in pixels, or
          -1.

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

     Derived by RGtkGen from GTK+ documentation

