TreeView.getBinWindow

gdk.window.Window getBinWindow()

Returns the window that tree_view renders to. This is used primarily to compare to event->window to confirm that the event on tree_view is on the right window.

Returns

A #GdkWindow, or null when tree_view

hasn’t been realized yet.