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, G_MAXUINT is returned.

Since 4.18
 

See also

#2025-07-27