Package: gtk

Function gtk-text-view-window

Lambda List

gtk-text-view-window (view wtype)

Arguments

view -- a gtk-text-view widget
wtype -- window to get, one of the gtk-text-window-type enumeration

Return Value

A gdk-window object, or nil.

Details

Retrieves the GDK window corresponding to an area of the text view. Possible windows include the overall widget window, child windows on the left, right, top, bottom, and the window that displays the text buffer. Windows are nil and nonexistent if their width or height is 0, and are nonexistent before the widget has been realized.
 

See also

2021-10-16