gtkCTreeNodeIsVisible         package:RGtk2         R Documentation

_g_t_k_C_T_r_e_e_N_o_d_e_I_s_V_i_s_i_b_l_e

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

     *WARNING: 'gtk_ctree_node_is_visible' is deprecated and should not
     be used in newly-written code.*

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

     gtkCTreeNodeIsVisible(object, node)

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

'object': ['GtkCTree'] 

  'node': ['GtkCTreeNode'] 

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

     ['GtkVisibility'] True if the node is currently inside the bounds
     of the window. Note that this function can return true even if the
     node is not viewable, if the node's ancestor is visible.

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

     Derived by RGtkGen from GTK+ documentation

