A widget that provides a line break between inline widgets. More...
#include <Wt/WBreak>
Inherits Wt::WWebWidget.
Public Member Functions | |
WBreak (WContainerWidget *parent=0) | |
Construct a line break. |
A widget that provides a line break between inline widgets.
This is an inline widget that provides a line break inbetween its sibling widgets (such as WText).
The widget corresponds to the HTML <br />
tag and does not provide styling. Styling through CSS is not applicable.