gtkCellLayoutReorder {RGtk2}R Documentation

gtkCellLayoutReorder

Description

Re-inserts cell at position. Note that cell has already to be packed into cell.layout for this to function properly.

Usage

gtkCellLayoutReorder(object, cell, position)

Arguments

object [GtkCellLayout] A GtkCellLayout.
cell [GtkCellRenderer] A GtkCellRenderer to reorder.
position [integer] New position to insert cell at.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]