Package: gtk

Function gtk:combo-box-set-row-separator-func

Lambda List

gtk:combo-box-set-row-separator-func (combo func)

Arguments

combo -- a gtk:combo-box widget
func -- a gtk:tree-view-row-separator-func callback function

Details

Sets the row separator function, which is used to determine whether a row should be drawn as a separator. If the row separator function is nil, no separators are drawn. This is the default value.

Warning

The gtk:combo-box implementation is deprecated since 4.10. Use the gtk:drop-down widget instead.
 

See also

2024-4-7