gtkListClearItems: gtkListClearItems

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Removes the items between index start (included) and end (excluded) from the list. If end is negative, or greater than the number of children of list, it's assumed to be exactly the number of elements. If start is greater than or equal to end, nothing is done. WARNING: gtk_list_clear_items is deprecated and should not be used in newly-written code.

Usage

1

Arguments

object

the list widget.

start

the index of the first item to remove.

end

the index of the lest item to remove plus one.

Author(s)

Derived by RGtkGen from GTK+ documentation


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