StyleContext.setParent

Sets the parent style context for context. The parent style context is used to implement inheritance

of properties.

If you are using a gtk.StyleContext returned from Widget.getStyleContext, the parent will be set for you.

class StyleContext
void
setParent

Parameters

parent StyleContext

the new parent or NULL

Meta