TWR
T windows api WRapper
 All Classes Functions
TwrButton.h
1 #ifndef TWRBUTTON_H
2 #define TWRBUTTON_H
3 
4 #include "TwrWnd.h"
5 
6 class TwrButton : public TwrWnd {
7 public:
8  TwrButton();
9  HWND create(HMENU id);
10  HWND create(HWND parent, HMENU id);
11 };
12 
13 #endif