| Package | com.threerings.ui |
| Class | public class SimpleIconButton |
| Inheritance | SimpleIconButton flash.display.SimpleButton |
| Method | Defined by | ||
|---|---|---|---|
|
SimpleIconButton(icon:*)
Constructor.
| SimpleIconButton | ||
|
setIcon(icon:*):void
Update the icon for this button.
| SimpleIconButton | ||
| SimpleIconButton | () | constructor |
| setIcon | () | method |
public function setIcon(icon:*):voidUpdate the icon for this button.
Parametersicon:* — a BitmapData, or Bitmap (from which the BitmapData will be extracted), or
a Class that instantiates into either a BitmapData or Bitmap.
|