All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cocoa.appkit.NSControlTextEditingDelegate.scala Maven / Gradle / Ivy

The newest version!
// Copyright (c) 2017. Distributed under the MIT License (see included LICENSE file).
package cocoa.appkit

import scalanative.native._
import cocoa.foundation.{BOOL, NSArray, NSInteger, NSObject, NSRange, NSString}
import objc.runtime.{SEL, id}

import scala.language.experimental.macros


@ObjC
trait NSControlTextEditingDelegate extends NSObject {
//  @inline def control(control: NSControl, fieldEditor: NSText): BOOL = extern
//  @inline def control(control: NSControl, fieldEditor: NSText): BOOL = extern
  @inline def control(control: NSControl, string: NSString, error: NSString): Unit = extern
  @inline def control(control: NSControl, obj: id): BOOL = extern
//  @inline def control(control: NSControl, textView: NSTextView, commandSelector: SEL): BOOL = extern
//  @inline def control(control: NSControl, textView: NSTextView, words: NSString, charRange: NSRange, index: NSInteger): NSArray[NSString] = extern
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy