StyleContext
Description:
[ CCode ( has_construct_function = false ) ]
public StyleContext ()
public StyleContext ()
Creates a standalone StyleContext, this style context won’t be attached to any widget, so you may want to call set_path yourself.
This function is only useful when using the theming layer separated from GTK+, if you are using StyleContext to theme Widgets, use get_style_context in order to get a style context ready to theme the widget.
Returns:
A newly created StyleContext. |