RGtk2 (version 2.20.31)

gtkListStoreReorder: gtkListStoreReorder

Description

Reorders store to follow the order indicated by new.order. Note that this function only works with unsorted stores.

Usage

gtkListStoreReorder(object, new.order)

Arguments

object
new.order
a list of integers mapping the new position of each child to its old position before the re-ordering, i.e. new.order[newpos] = oldpos.

Details

Since 2.2