Gtk.StyleContext.prototype.set_junction_sides
function set_junction_sides(sides:Gtk.JunctionSides):void { // Gjs wrapper for gtk_style_context_set_junction_sides() }
Sets the sides where rendered elements (mostly through render_frame) 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.
Since 3.0
- sides
sides where rendered elements are visually connected to other elements