Gtk.Paned.prototype.set_position

function set_position(position:Number):void {
    // Gjs wrapper for gtk_paned_set_position()
}

Sets the position of the divider between the two panes.

position

pixel position of divider, a negative value means that the position is unset.