gtkListStoreMoveAfter: gtkListStoreMoveAfter

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Moves iter in store to the position after position. Note that this function only works with unsorted stores. If position is NULL, iter will be moved to the start of the list.

Usage

1
gtkListStoreMoveAfter(object, iter, position = NULL)

Arguments

object

A GtkListStore.

iter

A GtkTreeIter.

position

A GtkTreeIter or NULL. [ allow-none ]

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


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