gtkTreeStoreMoveAfter: gtkTreeStoreMoveAfter

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkTreeStoreMoveAfter(object, iter, position = NULL)

Arguments

object

A GtkTreeStore.

iter

A GtkTreeIter.

position

A GtkTreeIter. [ 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.