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
class wxStaticLine : public wxControl
{
public:
- //@{
+ /**
+ Default constructor
+ */
+ wxStaticLine();
+
/**
Constructor, creating and showing a static line.
@see Create()
*/
- wxStaticLine();
wxStaticLine(wxWindow* parent, wxWindowID id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxString& name = "staticLine");
- //@}
/**
Creates the static line for two-step construction. See wxStaticLine()