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)
|
The |
|
The original position of the row to move. |
|
The position to which the row should be moved. |
Derived by RGtkGen from GTK+ documentation