:right-sidebar: True BorderStyle =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: BorderStyle :no-contents-entry: Describes how the border of a UI element should be rendered. Fields ------ .. rst-class:: interim-class .. class:: BorderStyle :no-index: .. attribute:: DASHED A series of square-ended dashes .. attribute:: DOTTED A series of round dots .. attribute:: DOUBLE Two parallel lines with some space between them .. attribute:: GROOVE Looks as if it were carved in the canvas .. attribute:: HIDDEN Same as :const:`~gi.repository.Gtk.BorderStyle.NONE` .. attribute:: INSET Looks as if the content is sunken into the canvas .. attribute:: NONE No visible border .. attribute:: OUTSET Looks as if the content is coming out of the canvas .. attribute:: RIDGE Looks as if it were coming out of the canvas .. attribute:: SOLID A single line segment