|
Windows C++ Library
|
#include <StatusBarPanel.hpp>
Public Member Functions | |
| CStatusBarPanel () | |
| virtual | ~CStatusBarPanel () |
Static Public Attributes | |
| static const int | BORDER_SIZE = 2 |
Protected Member Functions | |
| virtual void | GetClassParams (WNDCLASS &rParams) |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| virtual void | OnPaint (CDC &rDC) |
| CStatusBarPanel::~CStatusBarPanel | ( | ) | [virtual] |
| void CStatusBarPanel::GetClassParams | ( | WNDCLASS & | rParams | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
Reimplemented in CStatusBarIcon, and CStatusBarLabel.
| void CStatusBarPanel::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
Reimplemented in CStatusBarIcon, and CStatusBarLabel.
| void CStatusBarPanel::OnPaint | ( | CDC & | rDC | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
Reimplemented in CStatusBarIcon, and CStatusBarLabel.
const int CStatusBarPanel::BORDER_SIZE = 2 [static] |
1.7.6.1