Windows C++ Library
|
#include <StdWnd.hpp>
Public Member Functions | |
CStdWnd () | |
virtual | ~CStdWnd () |
Protected Member Functions | |
virtual bool | Register (WNDCLASS &rParams) |
virtual LRESULT | WndProc (HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) |
CStdWnd::CStdWnd | ( | ) |
CStdWnd::~CStdWnd | ( | ) | [virtual] |
bool CStdWnd::Register | ( | WNDCLASS & | rParams | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
LRESULT CStdWnd::WndProc | ( | HWND | hWnd, |
UINT | iMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) | [protected, virtual] |
Reimplemented from CPopupWnd.
Reimplemented in CEditBox, CTabWndHost, CURLLabel, and CCmdButton.