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