Trait cocoa::appkit::NSTextField
source · pub trait NSTextField: Sized {
// Required methods
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id;
unsafe fn setEditable_(self, editable: BOOL);
unsafe fn setStringValue_(self, label: id);
// Provided method
unsafe fn alloc(_: Self) -> id { ... }
}