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:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user