Package: gtk

Function gtk-style-context-junction-sides

Lambda List

gtk-style-context-junction-sides (context)

Syntax

(gtk-style-context-junction-sides context) => sides
(setf (gtk-style-context-junction-sides context) sides)

Arguments

context -- a gtk-style-context object
sides -- a value of the gtk-junction-sides flags

Details

Accessor of the junction sides of a style context.

The gtk-style-context-junction-sides function returns the sides where rendered elements, mostly through the gtk-render-frame function, will visually connect with other visual elements. The (setf gtk-style-context-function-sides) function sets the sides where rendered elements will visually connect with other visual elements.

This is merely a hint that may or may not be honored by theming engines.

Container widgets are expected to set junction hints as appropriate for their children, so it should not normally be necessary to call this function manually.
 

See also

2021-11-26