TextWindowType
Description:
[ CCode ( cprefix = "GTK_TEXT_WINDOW_" ) ]
public enum TextWindowType
Used to reference the parts of `GtkTextView`.
Content:
Enum values:
- BOTTOM - Bottom border window.
- LEFT - Left side border window.
- PRIVATE - Invalid value, used as a
marker
- RIGHT - Right side border window.
- TEXT - Scrollable text window.
- TOP - Top border window.
- WIDGET - Window that floats over
scrolling areas.