Package ch.bailu.gtk.gtk
Interface TextWindowType
public interface TextWindowType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Bottom border window.static final int
Left side border window.static final int
Right side border window.static final int
Scrollable text window.static final int
Top border window.static final int
Window that floats over scrolling areas.
-
Field Details
-
WIDGET
static final int WIDGETWindow that floats over scrolling areas.- See Also:
-
TEXT
static final int TEXTScrollable text window.- See Also:
-
LEFT
static final int LEFTLeft side border window.- See Also:
-
RIGHT
static final int RIGHTRight side border window.- See Also:
-
TOP
static final int TOPTop border window.- See Also:
-
BOTTOM
static final int BOTTOMBottom border window.- See Also:
-