A widget that provides a line break between inline widgets. More...
#include <Wt/WBreak>

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.
1.7.2