This article lists the symbols added to InstantMessage.framework in Mac OS X v10.6.
All of the classes with new symbols are listed alphabetically, with their new class, instance, and delegate methods described.
Complete reference information is available in the IMAVButton reference.
backwardButton | Returns the backward button used in iChat Theater to control video playback. |
forwardButton | Returns the forward button used in iChat Theater to control video playback. |
muteButton | Returns the mute button used in iChat Theater to control video playback. |
playPauseButton | Returns the play button used in iChat Theater to control video playback. |
Complete reference information is available in the IMAVControl reference.
action | Returns the action-message selector associated with the control. |
doubleValue | Returns the receiver’s value as a double-precision floating-point number. |
floatValue | Returns the receiver’s value as a single-precision floating-point number. |
integerValue | Returns the receiver’s value as an NSInteger value. |
intValue | Returns the receiver’s value as an integer. |
isEnabled | Returns whether the receiver reacts to mouse events. |
setAction: | Sets the receiver's action method to the specified selector. |
setDoubleValue: | Sets the receiver’s value using a double-precision floating-point number. |
setEnabled: | Sets whether the receiver (and its cell) reacts to mouse events. |
setFloatValue: | Sets the receiver’s value using a single-precision floating-point number. |
setIntegerValue: | Sets the receiver’s value using an NSInteger value. |
setIntValue: | Sets the receiver’s value using an integer. |
setTag: | Sets the tag of the receiver. |
setTarget: | Sets the target object to receive action messages. |
tag | Returns the tag identifying the receiver. |
target | Returns the receiver’s target object. |
Complete reference information is available in the IMAVControlBar reference.
addControl: | Adds the specified control to the control bar. |
controls | Returns all the controls on the control bar. |
removeAllControls | Removes all the controls from the control bar. |
removeControl: | Removes the specified control from the control bar. |
Complete reference information is available in the IMAVManager reference.
controlBar | Returns the receiver’s control bar. |
Complete reference information is available in the IMAVSlider reference.
timeSlider | Returns the time slider used in iChat Theater. |
maxValue | Returns the maximum value the slider can send to its target. |
minValue | Returns the minimum value the slider can send to its target. |
setMaxValue: | Sets the maximum value the slider can send to its target. |
setMinValue: | Sets the minimum value the slider can send to its target. |
Last updated: 2009-08-28