gtkListStoreSwap {RGtk2}R Documentation

gtkListStoreSwap

Description

Swaps a and b in store. Note that this function only works with unsorted stores.

Usage

gtkListStoreSwap(object, a, b)

Arguments

object

A GtkListStore.

a

A GtkTreeIter.

b

Another GtkTreeIter.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]