1 #ifndef __CORE_GUI_STATUSBAR__
2 #define __CORE_GUI_STATUSBAR__
4 #include <lib/gui/ewidget.h>
5 #include <lib/gui/elabel.h>
7 class eStatusBar
: public eLabel
9 void update( const eWidget
*);
10 const eWidget
* current
;
12 int setProperty(const eString
&, const eString
&);
20 eStatusBar( eWidget
*, const char* deco
="eStatusBar" );
24 #endif // __CORE_GUI_STATUSBAR__