NSButton

Undocumented in source.

Alias This

parent

Members

Functions

allowsMixedState
BOOL allowsMixedState()
Undocumented in source. Be warned that the author may not have intended to support it.
alternateImage
NSImage alternateImage()
Undocumented in source. Be warned that the author may not have intended to support it.
alternateTitle
NSString alternateTitle()
Undocumented in source. Be warned that the author may not have intended to support it.
bezelStyle
NSBezelStyle bezelStyle()
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.
getPeriodicDelay
void getPeriodicDelay(CGFloat* delay, CGFloat* interval)
Undocumented in source. Be warned that the author may not have intended to support it.
highlight
void highlight(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
image
NSImage image()
Undocumented in source. Be warned that the author may not have intended to support it.
imagePosition
NSCellImagePosition imagePosition()
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.
isTransparent
BOOL isTransparent()
Undocumented in source. Be warned that the author may not have intended to support it.
keyEquivalent
NSString keyEquivalent()
Undocumented in source. Be warned that the author may not have intended to support it.
keyEquivalentModifierMask
NSUInteger keyEquivalentModifierMask()
Undocumented in source. Be warned that the author may not have intended to support it.
performKeyEquivalent
BOOL performKeyEquivalent(NSEvent anEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
setAllowsMixedState
void setAllowsMixedState(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setAlternateImage
void setAlternateImage(NSImage anImage)
Undocumented in source. Be warned that the author may not have intended to support it.
setAlternateTitle
void setAlternateTitle(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
setBezelStyle
void setBezelStyle(NSBezelStyle bezelStyle)
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.
setButtonType
void setButtonType(NSButtonType aType)
Undocumented in source. Be warned that the author may not have intended to support it.
setHighlightsBy
void setHighlightsBy(NSInteger aType)
Undocumented in source. Be warned that the author may not have intended to support it.
setImage
void setImage(NSImage anImage)
Undocumented in source. Be warned that the author may not have intended to support it.
setImagePosition
void setImagePosition(NSCellImagePosition aPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
setKeyEquivalent
void setKeyEquivalent(NSString aKeyEquivalent)
Undocumented in source. Be warned that the author may not have intended to support it.
setKeyEquivalentModifierMask
void setKeyEquivalentModifierMask(NSUInteger mask)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextState
void setNextState()
Undocumented in source. Be warned that the author may not have intended to support it.
setPeriodicDelay
void setPeriodicDelay(CGFloat delay, CGFloat interval)
Undocumented in source. Be warned that the author may not have intended to support it.
setShowsBorderOnlyWhileMouseInside
void setShowsBorderOnlyWhileMouseInside(BOOL show)
Undocumented in source. Be warned that the author may not have intended to support it.
setShowsStateBy
void setShowsStateBy(NSInteger aType)
Undocumented in source. Be warned that the author may not have intended to support it.
setSound
void setSound(NSSound aSound)
Undocumented in source. Be warned that the author may not have intended to support it.
setState
void setState(NSInteger value)
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle
void setTitle(NSString title)
Undocumented in source. Be warned that the author may not have intended to support it.
setTransparent
void setTransparent(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
showsBorderOnlyWhileMouseInside
BOOL showsBorderOnlyWhileMouseInside()
Undocumented in source. Be warned that the author may not have intended to support it.
sound
NSSound sound()
Undocumented in source. Be warned that the author may not have intended to support it.
state
NSInteger state()
Undocumented in source. Be warned that the author may not have intended to support it.
title
NSString title()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

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

Variables

parent
NSControl parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSButton, "NSButton")

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