gtkListStoreReorder: gtkListStoreReorder

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkListStoreReorder(object, new.order)

Arguments

object

A GtkListStore.

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.