HBox¶
Overview¶
HBox is a convenience specialization of FlowBox with horizontal orientation.
@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)
Class HBox¶
Constructor¶
new HBox( providedOptions? : HBoxOptions )¶
Instance Methods¶
onFlowBoxChildInserted( node : Node, index : number )¶
(protected)
mutate( options? : HBoxOptions ) : this¶
Type HBoxOptions¶
StrictOmit<FlowBoxOptions, "orientation">