Inheritance diagram for painter_base:

Public Member Functions | |
| virtual bool | is_opaque (int cx, int cy) const |
| virtual void | draw (HDC hDC, int cx, int cy)=0 |
| virtual painter_base * | clone () const =0 |
Protected Member Functions | |
| painter_base (const painter_base &) | |
| const painter_base & | operator= (const painter_base &) |
If you want to create a special painter for background_wnd take the following steps:
|
by Steven Weiss. You can contact me at steven11@gmx.de. |