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.
 

See also

*2021-3-13