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 [GtkListStore] A GtkListStore.
a [GtkTreeIter] A GtkTreeIter.
b [GtkTreeIter] Another GtkTreeIter.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]