gtkCListSwapRows {RGtk2} | R Documentation |
Swaps the two specified rows with each other.
WARNING: gtk_clist_swap_rows
is deprecated and should not be used in newly-written code.
gtkCListSwapRows(object, row1, row2)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] Number of the first row. |
|
[integer] Number of the second row. |
Derived by RGtkGen from GTK+ documentation