Package: gtk

Function gtk-css-section-parent

Lambda List

gtk-css-section-parent (section)

Arguments

section -- a gtk-css-section instance

Return Value

The gtk-css-section parent section, or nil if none.

Details

Gets the parent section for the given section. The parent section is the section that contains this section. A special case are sections of :document type. Their parent will either be nil if they are the original CSS document that was loaded by the gtk-css-provider-load-from-file function or a section of :section type if it was loaded with an import rule from a different file.
 

See also

2021-11-18