NSTextField

Undocumented in source.

Alias This

parent

Members

Functions

backgroundColor
NSColor backgroundColor()
Undocumented in source. Be warned that the author may not have intended to support it.
contentView
NSView contentView()
Undocumented in source. Be warned that the author may not have intended to support it.
control
NSControl control()
Undocumented in source. Be warned that the author may not have intended to support it.
drawsBackground
BOOL drawsBackground()
Undocumented in source. Be warned that the author may not have intended to support it.
isBezeled
BOOL isBezeled()
Undocumented in source. Be warned that the author may not have intended to support it.
isBordered
BOOL isBordered()
Undocumented in source. Be warned that the author may not have intended to support it.
isEditable
BOOL isEditable()
Undocumented in source. Be warned that the author may not have intended to support it.
isSelectable
BOOL isSelectable()
Undocumented in source. Be warned that the author may not have intended to support it.
nextText
id nextText()
Undocumented in source. Be warned that the author may not have intended to support it.
placeholderString
NSString placeholderString()
Undocumented in source. Be warned that the author may not have intended to support it.
previousText
id previousText()
Undocumented in source. Be warned that the author may not have intended to support it.
selectText
void selectText(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.
setBackgroundColor
void setBackgroundColor(NSColor aColor)
Undocumented in source. Be warned that the author may not have intended to support it.
setBezeled
void setBezeled(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setBordered
void setBordered(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setDrawsBackground
void setDrawsBackground(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setEditable
void setEditable(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextText
void setNextText(id anObject)
Undocumented in source. Be warned that the author may not have intended to support it.
setPlaceholderString
void setPlaceholderString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
setPreviousText
void setPreviousText(id anObject)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelectable
void setSelectable(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextColor
void setTextColor(NSColor aColor)
Undocumented in source. Be warned that the author may not have intended to support it.
textColor
NSColor textColor()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NSObjectTemplate!(NSTextField, "NSTextField")
Undocumented in source.

Variables

parent
NSControl parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSTextField, "NSTextField")

this
this(id id_)
Undocumented in source.
alloc
T alloc()

Allocates, but do not init

getClass
Class getClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id getClassID()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta