get_bin_window


Description:

public unowned Window? get_bin_window ()

Returns the window that this renders to.

This is used primarily to compare to `event->window` to confirm that the event on this is on the right window.

Parameters:

this

A TreeView

Returns:

A Window, or null when this hasn’t been realized yet.