groups of controls. The line may be only vertical or horizontal.
@beginStyleTable
- @style{wxLI_HORIZONTAL}:
+ @style{wxLI_HORIZONTAL}
Creates a horizontal line.
- @style{wxLI_VERTICAL}:
+ @style{wxLI_VERTICAL}
Creates a vertical line.
@endStyleTable
//@{
/**
Constructor, creating and showing a static line.
-
+
@param parent
Parent window. Must not be @NULL.
@param id
Window style (either wxLI_HORIZONTAL or wxLI_VERTICAL).
@param name
Window name.
-
+
@see Create()
*/
wxStaticLine();