gtkTreeViewColumnCellIsVisible     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_C_o_l_u_m_n_C_e_l_l_I_s_V_i_s_i_b_l_e

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

     Returns 'TRUE' if any of the cells packed into the 'tree.column'
     are visible. For this to be meaningful, you must first initialize
     the cells with 'gtkTreeViewColumnCellSetCellData'

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

     gtkTreeViewColumnCellIsVisible(object)

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

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

_V_a_l_u_e:

     [logical] 'TRUE', if any of the cells packed into the
     'tree.column' are currently visible

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

     Derived by RGtkGen from GTK+ documentation

