Package: gtk

GEnum gtk:text-window-type

Declaration

(gobject:define-genum "GtkTextWindowType" gtk:text-window-type
  (:export t
   :type-initializer "gtk_text_window_type_get_type")
  (:private 0)
  (:widget 1)
  (:text 2)
  (:left 3)
  (:right 4)
  (:top 5)
  (:bottom 6))  

Values

:private
Invalid value, used as a marker.
:widget
Window that floats over scrolling areas.
:text
Scrollable text window.
:left
Left side border window.
:right
Right side border window.
:top
Top border window.
:bottom
Bottom border window.

Details

Used to reference the parts of the gtk:text-view widget.
 

See also

#2024-3-22