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 { ... }
}

Required Methods§

source

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

source

unsafe fn setEditable_(self, editable: BOOL)

source

unsafe fn setStringValue_(self, label: id)

Provided Methods§

source

unsafe fn alloc(_: Self) -> id

Implementors§