Package: gtk

Function gtk:string-list-remove

Lambda List

gtk:string-list-remove (model pos)

Arguments

model -- a gtk:string-list object
pos -- an unsigned integer for the position of the string that is to be removed

Details

Removes the string at pos from the string list. The pos argument must be smaller than the current length of the string list.
 

See also

2025-3-29