-
- @param parent
- Parent window. Must not be @NULL.
-
- @param id
- Window identifier. The value wxID_ANY indicates a default value.
-
- @param label
- Text to be displayed in the static box, the empty string for no label.
-
- @param pos
- Window position. If wxDefaultPosition is specified then a default position
- is chosen.
-
- @param size
- Checkbox size. If the size (-1, -1) is specified then a default size is chosen.
-
- @param style
- Window style. See wxStaticBox.
-
- @param name
- Window name.
-
- @sa Create()
+
+ @param parent
+ Parent window. Must not be @NULL.
+ @param id
+ Window identifier. The value wxID_ANY indicates a default value.
+ @param label
+ Text to be displayed in the static box, the empty string for no label.
+ @param pos
+ Window position. If wxDefaultPosition is specified then a default
+ position is chosen.
+ @param size
+ Checkbox size. If the size (-1, -1) is specified then a default size is
+ chosen.
+ @param style
+ Window style. See wxStaticBox.
+ @param name
+ Window name.
+
+ @see Create()