Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkCListMoveto

gtkCListMoveto


Description

Tells the CList widget to visually move to the specified row and column. WARNING: gtk_clist_moveto is deprecated and should not be used in newly-written code.

Usage

gtkCListMoveto(object, row, column, row.align, col.align)

Arguments

object

The GtkCList to affect.

row

The row to which to move.

column

The column to which to move.

row.align

A value between 0 and 1 that describes the positioning of the row in relation to the viewable area of the CList's contents.

col.align

A value between 0 and 1 that describes the positioning of the column in relation to the viewable area of the CList's contents.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.