Essentially a VBox full of Windows. Only one Window will be expanded at any time.
Constructor
new (arc:Float, outerRadius:Float, iconRadius:Float, innerRadius:Float)
Constructor.
Parameters:
arc | The radians of the arc to draw. |
---|---|
outerRadius | The outer radius of the arc. |
innerRadius | The inner radius of the arc. |
Variables
Methods
setIcon (iconOrLabel:Dynamic):Void
Sets the icon or label of this button.
Parameters:
iconOrLabel | Either a display object instance, a class that extends DisplayObject, or text to show in a label. |
---|
set_rotation (value:Float):Void
Overrides rotation by rotating arc only, allowing label / icon to be unrotated.