Package | com.threerings.ui |
Class | public class SimpleIconButton |
Inheritance | SimpleIconButton ![]() |
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:*):void
Update 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.
|