gtkCListMoveto             package:RGtk2             R Documentation

_g_t_k_C_L_i_s_t_M_o_v_e_t_o

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

     Tells the CList widget to visually move to the specified  row and
     column. *WARNING: 'gtk_clist_moveto' is deprecated and should not
     be used in newly-written code.*

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

     gtkCListMoveto(object, row, column, row.align, col.align)

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

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

   'row': [integer] The row to which to move.

'column': [integer] The column to which to move.

'row.align': [numeric] A value between 0 and 1 that describes the
          positioning of  the row in relation to the viewable area of
          the CList's contents.

'col.align': [numeric] A value between 0 and 1 that describes the
          positioning of  the column in relation to the viewable area
          of the CList's contents.

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

     Derived by RGtkGen from GTK+ documentation

