Document alignment styles in wxStaticBox

Mention that they work in wxGTK, even if it seems to be the only
platform supporting them currently.
This commit is contained in:
Vadim Zeitlin
2017-12-21 19:03:12 +01:00
parent 59ca9b93a0
commit 3ff9846a22

View File

@@ -71,7 +71,11 @@ public:
Checkbox size. Checkbox size.
If ::wxDefaultSize is specified then a default size is chosen. If ::wxDefaultSize is specified then a default size is chosen.
@param style @param style
Window style. See wxStaticBox. Window style. There are no wxStaticBox-specific styles, but generic
::wxALIGN_LEFT, ::wxALIGN_CENTRE_HORIZONTAL and ::wxALIGN_RIGHT can
be used here to change the position of the static box label when
using wxGTK (these styles are ignored under the other platforms
currently).
@param name @param name
Window name. Window name.