Package ch.bailu.gtk.gtk
Schnittstelle BorderStyle
public interface BorderStyle
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
A series of square-ended dashesstatic final int
A series of round dotsstatic final int
Two parallel lines with some space between themstatic final int
Looks as if it were carved in the canvasstatic final int
Same as %GTK_BORDER_STYLE_NONEstatic final int
Looks as if the content is sunken into the canvasstatic final int
No visible borderstatic final int
Looks as if the content is coming out of the canvasstatic final int
Looks as if it were coming out of the canvasstatic final int
A single line segment
-
Felddetails
-
NONE
static final int NONENo visible border- Siehe auch:
-
HIDDEN
static final int HIDDENSame as %GTK_BORDER_STYLE_NONE- Siehe auch:
-
SOLID
static final int SOLIDA single line segment- Siehe auch:
-
INSET
static final int INSETLooks as if the content is sunken into the canvas- Siehe auch:
-
OUTSET
static final int OUTSETLooks as if the content is coming out of the canvas- Siehe auch:
-
DOTTED
static final int DOTTEDA series of round dots- Siehe auch:
-
DASHED
static final int DASHEDA series of square-ended dashes- Siehe auch:
-
DOUBLE
static final int DOUBLETwo parallel lines with some space between them- Siehe auch:
-
GROOVE
static final int GROOVELooks as if it were carved in the canvas- Siehe auch:
-
RIDGE
static final int RIDGELooks as if it were coming out of the canvas- Siehe auch:
-