Gtk.Paned.prototype.get_handle_window

function get_handle_window():Gdk.Window {
    // Gjs wrapper for gtk_paned_get_handle_window()
}

Returns the Gdk.Window of the handle. This function is useful when handling button or motion events because it enables the callback to distinguish between the window of the paned, a child and the handle.

Since 2.20

Returns

the paned's handle window.