5 lines
129 B
C#
5 lines
129 B
C#
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate bool NSTableReorder(NSTableView tableView, long columnIndex, long newColumnIndex);
|
|
}
|