gtkCListGetSelectionInfo        package:RGtk2        R Documentation

_g_t_k_C_L_i_s_t_G_e_t_S_e_l_e_c_t_i_o_n_I_n_f_o

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

     Gets the row and column at the specified pixel position in the
     CList. *WARNING: 'gtk_clist_get_selection_info' is deprecated and
     should not be used in newly-written code.*

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

     gtkCListGetSelectionInfo(object, x, y)

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

'object': ['GtkCList'] The 'GtkCList' to affect.

     'x': [integer] The horizontal pixel position to check.

     'y': [integer] The vertical pixel position to check..

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

     A list containing the following elements: 

  retval: [integer] 1 if row/column is returned and in range, 0
          otherwise.

   'row': [integer] Pointer to a 'integer' to store the row value.

'column': [integer] Pointer to a 'integer' to store the column value.

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

     Derived by RGtkGen from GTK+ documentation

