gtkCListRowMove {RGtk2} | R Documentation |
Allows you to move a row from one position to another in the
list.
WARNING: gtk_clist_row_move
is deprecated and should not be used in newly-written code.
gtkCListRowMove(object, source.row, dest.row)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The original position of the row to move. |
|
[integer] The position to which the row should be moved. |
Derived by RGtkGen from GTK+ documentation