5 lines
131 B
C#
5 lines
131 B
C#
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate string NSTextViewTooltip(NSTextView textView, string tooltip, ulong characterIndex);
|
|
}
|