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

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

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

import scalanative.native._

@ObjC
class NSTableCellView extends NSView {
  def textField: NSTextField = extern
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy