Description Usage Arguments Author(s)
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.
1 | gtkListClearItems(object, start, end)
|
|
the list widget. |
|
the index of the first item to remove. |
|
the index of the lest item to remove plus one. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.