/////////////////////////////////////////////////////////////////////////////
// Name: statusbr.h
-// Purpose: documentation for wxStatusBar class
+// Purpose: interface of wxStatusBar
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{miscwnd}
- @seealso
- wxFrame, @ref overview_samplestatbar "Status bar sample"
+ @see wxFrame, @ref overview_samplestatbar "Status bar sample"
*/
class wxStatusBar : public wxWindow
{
*/
virtual void SetStatusWidths(int n, int* widths);
};
+