/////////////////////////////////////////////////////////////////////////////
// Name: statbox.h
-// Purpose: documentation for wxStaticBox class
+// Purpose: interface of wxStaticBox
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{ctrl}
@appearance{staticbox.png}
- @seealso
- wxStaticText
+ @see wxStaticText
*/
class wxStaticBox : public wxControl
{
//@{
/**
Constructor, creating and showing a static box.
-
+
@param parent
Parent window. Must not be @NULL.
@param id
Window style. See wxStaticBox.
@param name
Window name.
-
+
@see Create()
*/
wxStaticBox();
long style = 0,
const wxString& name = "staticBox");
};
+