TFlatPainter - base class for Flat Look support
Header File
<owl/flatctrl.h>
Description
The TFlatPainter - base class for all flat classes.
Public Functions:
void SetFlatStyle(bool flat=true);
bool GetFlatStyle();
Protected Functions:
virtual bool IsFlat();
void Paint(TDC& dc, TRect& rect);
bool IdleAction(long idleCount);
enum TState{
fpFlatLook= 0x0001,
fpMouseIn = 0x0002,
};