Schnittstelle BorderStyle


public interface BorderStyle
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    A series of square-ended dashes
    static final int
    A series of round dots
    static final int
    Two parallel lines with some space between them
    static final int
    Looks as if it were carved in the canvas
    static final int
    Same as %GTK_BORDER_STYLE_NONE
    static final int
    Looks as if the content is sunken into the canvas
    static final int
    No visible border
    static final int
    Looks as if the content is coming out of the canvas
    static final int
    Looks as if it were coming out of the canvas
    static final int
    A single line segment
  • Felddetails

    • NONE

      static final int NONE
      No visible border
      Siehe auch:
    • HIDDEN

      static final int HIDDEN
      Same as %GTK_BORDER_STYLE_NONE
      Siehe auch:
    • SOLID

      static final int SOLID
      A single line segment
      Siehe auch:
    • INSET

      static final int INSET
      Looks as if the content is sunken into the canvas
      Siehe auch:
    • OUTSET

      static final int OUTSET
      Looks as if the content is coming out of the canvas
      Siehe auch:
    • DOTTED

      static final int DOTTED
      A series of round dots
      Siehe auch:
    • DASHED

      static final int DASHED
      A series of square-ended dashes
      Siehe auch:
    • DOUBLE

      static final int DOUBLE
      Two parallel lines with some space between them
      Siehe auch:
    • GROOVE

      static final int GROOVE
      Looks as if it were carved in the canvas
      Siehe auch:
    • RIDGE

      static final int RIDGE
      Looks as if it were coming out of the canvas
      Siehe auch: