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

A GtkCellLayout.

cell

A GtkCellRenderer to reorder.

position

New position to insert cell at.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]