/**
@class wxStaticBox
- @wxheader{statbox.h}
A static box is a rectangle drawn around other panel items to denote
a logical grouping of items.
/**
Destructor, destroying the group box.
*/
- ~wxStaticBox();
+ virtual ~wxStaticBox();
/**
Creates the static box for two-step construction. See wxStaticBox()