Contents

browser(_:didChangeLastColumn:toColumn:)

Tells the delegate that the browser’s last column changed.

Declaration

@MainActor optional func browser(_ browser: NSBrowser, didChangeLastColumn oldLastColumn: Int, toColumn column: Int)

Parameters

  • browser:

    The browser.

  • oldLastColumn:

    The index of the old last column.

  • column:

    The index of the new last column.

See Also

Managing Columns