gtkTreeViewColumnSetMinWidth      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_i_n_W_i_d_t_h

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

     Sets the minimum width of the 'tree.column'.  If 'min.width' is
     -1, then the minimum width is unset.

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

     gtkTreeViewColumnSetMinWidth(object, min.width)

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

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

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

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

     Derived by RGtkGen from GTK+ documentation

