Package: gtk

Function gtk:string-list-string

Lambda List

gtk:string-list-string (model pos)

Arguments

model -- a gtk:string-list object
pos -- an unsigned integer for the position to get the string for

Return Value

The string at the given position.

Details

Gets the string that is at position in the string list. If the string list does not contain pos items, nil is returned. This function returns the string. To get the object wrapping it, use the g:list-model-item function.
 

See also

2025-3-29