Package: gtk

Function gtk:tree-view-bin-window

Lambda List

gtk:tree-view-bin-window (view)

Arguments

view -- a gtk:tree-view widget

Return Value

The gdk:window object, or nil when view has not been realized yet.

Details

Returns the window that the tree view renders to. This is used primarily to compare to the window from the gdk:event-window function to confirm that the event on the tree view is on the right window.
 

See also

#2024-3-10