gtkTreeViewGetCursor          package:RGtk2          R Documentation

_g_t_k_T_r_e_e_V_i_e_w_G_e_t_C_u_r_s_o_r

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

     Fills in 'path' and 'focus.column' with the current path and focus
     column.  If the cursor isn't currently set, then *'path' will be
     'NULL'.  If no column currently has focus, then *'focus.column'
     will be 'NULL'.

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

     gtkTreeViewGetCursor(object)

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

'object': ['GtkTreeView']  A 'GtkTreeView'

_D_e_t_a_i_l_s:

     .

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

     A list containing the following elements: 

  'path': ['GtkTreePath']  A pointer to be filled with the current
          cursor path, or 'NULL'

'focus.column': ['GtkTreeViewColumn']  A pointer to be filled with the
          current focus column, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

