/////////////////////////////////////////////////////////////////////////////
// Name: statline.h
-// Purpose: documentation for wxStaticLine class
+// Purpose: interface of wxStaticLine
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- wxStaticBox
+ @see wxStaticBox
*/
class wxStaticLine : public wxControl
{
//@{
/**
Constructor, creating and showing a static line.
-
+
@param parent
Parent window. Must not be @NULL.
@param id
Window style (either wxLI_HORIZONTAL or wxLI_VERTICAL).
@param name
Window name.
-
+
@see Create()
*/
wxStaticLine();
*/
bool IsVertical() const;
};
+