00001 00002 #ifndef __PROGRESS_STATUS_PANE 00003 #define __PROGRESS_STATUS_PANE 00004 00005 // Progress pane 00006 class GProgressStatusPane : public GStatusPane, public Progress, public DoEvery { 00007 00008 public: 00009 GProgressStatusPane(); 00010 ~GProgressStatusPane(); 00011 00012 void OnPaint(GSurface *pDC); 00013 int64 Value(); 00014 void Value(int64 v); 00015 }; 00016 00017 #endif