RGtk2 (version 2.20.31)

gtkCListRowMove: gtkCListRowMove

Description

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.

Usage

gtkCListRowMove(object, source.row, dest.row)

Arguments

object
The GtkCList to affect.
source.row
The original position of the row to move.
dest.row
The position to which the row should be moved.