Package: gtk

Function gtk:cell-area-class-find-cell-property

Lambda List

gtk:cell-area-class-find-cell-property (gtype property)

Arguments

gtype -- a g:type-t type ID
property -- a string with the name of the cell property to find

Return Value

The g:param-spec instance of the cell property or a cffi:null-pointer if the gtype type has no child property with that name.

Details

Finds a cell property of a cell area type by name.

Warning

The gtk:cell-area implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

2024-12-29