gtkCListRowMove: gtkCListRowMove

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

1
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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkCListRowMove in RGtk2...