| gtkCellLayoutReorder {RGtk2} | R Documentation |
Re-inserts cell at position. Note that cell has already to be packed
into cell.layout for this to function properly.
gtkCellLayoutReorder(object, cell, position)
|
[GtkCellLayout] A GtkCellLayout. |
|
[GtkCellRenderer] A GtkCellRenderer to reorder. |
|
[integer] New position to insert cell at. |
Since 2.4
Derived by RGtkGen from GTK+ documentation