public:
// constructors and pseudo-constructors
- wxStaticLine() { }
+ wxStaticLine() { m_statbox = NULL; }
wxStaticLine( wxWindow *parent,
wxWindowID id,
Create(parent, id, pos, size, style, name);
}
+ virtual ~wxStaticLine();
+
bool Create( wxWindow *parent,
wxWindowID id,
const wxPoint &pos = wxDefaultPosition,