Contents Up Previous Next

wxStaticBox

A static box is a rectangle drawn around other panel items to denote a logical grouping of items.

Derived from

wxControl
wxWindow
wxEvtHandler
wxObject

Include files

<wx/statbox.h>

Window styles

There are no special styles for this control.

See also window styles overview.

See also

wxStaticText

Members

wxStaticBox::wxStaticBox
wxStaticBox::~wxStaticBox
wxStaticBox::Create


wxStaticBox::wxStaticBox

wxStaticBox()

Default constructor.

wxStaticBox(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBox")

Constructor, creating and showing a static box.

Parameters

parent

id

label

pos

size

style

name

See also

wxStaticBox::Create


wxStaticBox::~wxStaticBox

void ~wxStaticBox()

Destructor, destroying the group box.


wxStaticBox::Create

bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBox")

Creates the static box for two-step construction. See wxStaticBox::wxStaticBox for further details.