Mac OS X Reference Library Apple Developer Connection spyglass button

10.6 Symbol Changes

This article lists the symbols added to InstantMessage.framework in Mac OS X v10.6.

Classes

All of the classes with new symbols are listed alphabetically, with their new class, instance, and delegate methods described.

IMAVButton (New)

Complete reference information is available in the IMAVButton reference.

Class Methods

backwardButtonReturns the backward button used in iChat Theater to control video playback.
forwardButtonReturns the forward button used in iChat Theater to control video playback.
muteButtonReturns the mute button used in iChat Theater to control video playback.
playPauseButtonReturns the play button used in iChat Theater to control video playback.

Instance Methods

setState:Sets the state of the button.
stateReturns the state of the button.

IMAVControl (New)

Complete reference information is available in the IMAVControl reference.

Instance Methods

actionReturns the action-message selector associated with the control.
doubleValueReturns the receiver’s value as a double-precision floating-point number.
floatValueReturns the receiver’s value as a single-precision floating-point number.
integerValueReturns the receiver’s value as an NSInteger value.
intValueReturns the receiver’s value as an integer.
isEnabledReturns 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.
tagReturns the tag identifying the receiver.
targetReturns the receiver’s target object.

IMAVControlBar (New)

Complete reference information is available in the IMAVControlBar reference.

Instance Methods

addControl:Adds the specified control to the control bar.
controlsReturns all the controls on the control bar.
removeAllControlsRemoves all the controls from the control bar.
removeControl:Removes the specified control from the control bar.

IMAVManager

Complete reference information is available in the IMAVManager reference.

Instance Methods

controlBarReturns the receiver’s control bar.

IMAVSlider (New)

Complete reference information is available in the IMAVSlider reference.

Class Methods

timeSliderReturns the time slider used in iChat Theater.

Instance Methods

maxValueReturns the maximum value the slider can send to its target.
minValueReturns 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

Did this document help you? Yes It's good, but... Not helpful...