Package: gtk

Function gtk:style-context-new

Lambda List

gtk:style-context-new ()

Return Value

A newly created gtk:style-context object.

Details

Creates a standalone style context object. This style context will not be attached to any widget, so you may want to call the gtk:style-context-path function yourself.

Notes

This function is only useful when using the theming layer separated from GTK, if you are using a style context to theme widgets, use the gtk:widget-style-context function in order to get a style context ready to theme the widget.
 

See also

#2023-3-27