ToolBar.setWrappable

Overview | Methods | This Package | All Packages

ToolBar.setWrappable

Specifies whether the buttons on this control wrap to the next line when the toolbar is too narrow to display all the buttons on a single line.

Syntax

public final void setWrappable( boolean wrap )

Parameters

wrap

Set to true to wrap the buttons; otherwise, set to false.

See Also   getWrappable