Package: gtk

Function gtk:string-list-string

Lambda List

gtk:string-list-string (model position)

Arguments

model -- a gtk:string-list object
position -- an unsigned integer with 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 position items, nil is returned. This function returns the string. To get the object wrapping it, use the g:list-model-object function.
 

See also

2023-9-28