Removes the item from store that is at position. position must be smaller than the current length of the list.
Use gio.list_store.ListStore.splice to remove multiple items at the same time efficiently.
the position of the item that is to be removed
Removes the item from store that is at position. position must be smaller than the current length of the list.
Use gio.list_store.ListStore.splice to remove multiple items at the same time efficiently.