Gtk.TreeView.prototype.get_bin_window
function get_bin_window():Gdk.Window { // Gjs wrapper for gtk_tree_view_get_bin_window() }
Returns the window that tree_view renders to. This is used primarily to compare to <literal>event->window</literal> to confirm that the event on tree_view is on the right window.
- Returns
A Gdk.Window, or null when tree_view hasn't been realized yet