|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <window.h>


Public Member Functions | |
| Button (HWND parent, LPCTSTR text, int left, int top, int width, int height, int id, DWORD flags=WS_VISIBLE|WS_CHILD|BS_PUSHBUTTON, DWORD exStyle=0) | |
This class constructs button controls. The button will remain existent when the C++ Button object is destroyed. There is no conjunction between C++ object and windows control life time.
| Button::Button | ( | HWND | parent, |
| LPCTSTR | text, | ||
| int | left, | ||
| int | top, | ||
| int | width, | ||
| int | height, | ||
| int | id, | ||
| DWORD | flags = WS_VISIBLE|WS_CHILD|BS_PUSHBUTTON, |
||
| DWORD | exStyle = 0 |
||
| ) |
Definition at line 857 of file window.cpp.