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