gtkCTreeIsViewable           package:RGtk2           R Documentation

_g_t_k_C_T_r_e_e_I_s_V_i_e_w_a_b_l_e

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

     This function checks whether the given node is viewable i.e. so
     that all of its parent nodes are expanded.  This is different from
     being actually visible: the node can be viewable but outside the
     scrolling area of the window. *WARNING: 'gtk_ctree_is_viewable' is
     deprecated and should not be used in newly-written code.*

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

     gtkCTreeIsViewable(object, node)

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

'object': ['GtkCTree'] 

  'node': ['GtkCTreeNode'] 

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

     [logical] Whether the node is viewable.

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

     Derived by RGtkGen from GTK+ documentation

