- Constructor for a wxWrapSizer. @a orient determines the primary direction of
- the sizer (the most common case being @c wxHORIZONTAL). The flags
- parameter can be a combination of the values @c
- wxEXTEND_LAST_ON_EACH_LINE which will cause the last item on each line
- to use any remaining space on that line and @c wxREMOVE_LEADING_SPACES
- which removes any spacer elements from the beginning of a row. Both of
- these flags are on by default.
+ Constructor for a wxWrapSizer.
+
+ @a orient determines the primary direction of the sizer (the most common
+ case being @c wxHORIZONTAL). The flags parameter can be a combination of
+ the values @c wxEXTEND_LAST_ON_EACH_LINE which will cause the last item
+ on each line to use any remaining space on that line and @c wxREMOVE_LEADING_SPACES
+ which removes any spacer elements from the beginning of a row.
+
+ Both of these flags are on by default.