|
ReactOS 0.4.16-dev-1946-g52006dd
|
window class with gray background color More...
#include <window.h>


Public Member Functions | |
| BtnWindowClass (LPCTSTR classname, UINT style=0, WNDPROC wndproc=Window::WindowWndProc) | |
Public Member Functions inherited from WindowClass | |
| WindowClass (LPCTSTR classname, UINT style=0, WNDPROC wndproc=Window::WindowWndProc) | |
| ATOM | Register () |
| operator ATOM () | |
| operator LPCTSTR () | |
Additional Inherited Members | |
Public Attributes inherited from _WNDCLASSEXA | |
| UINT | cbSize |
| UINT | style |
| WNDPROC | lpfnWndProc |
| int | cbClsExtra |
| int | cbWndExtra |
| HINSTANCE | hInstance |
| HICON | hIcon |
| HCURSOR | hCursor |
| HBRUSH | hbrBackground |
| LPCSTR | lpszMenuName |
| LPCSTR | lpszClassName |
| HICON | hIconSm |
Protected Attributes inherited from WindowClass | |
| ATOM | _atomClass |
|
inline |