Package: gtk

Function gtk:string-list-find

Lambda List

gtk:string-list-find (model str)

Arguments

model -- a gtk:string-list object
string -- a string to find

Return Value

The unsigned integer for the position of the string.

Details

Gets the position of the string in model. If model does not contain string, then G_MAXUINT is returned, which is the #xffffffff value.

Since 4.18
 

See also

2026-04-26