mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
18 lines
368 B
C++
18 lines
368 B
C++
#ifndef _StatusBarTest_StatusBarTest_h
|
|
#define _StatusBarTest_StatusBarTest_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define IMAGECLASS IconImages
|
|
#define IMAGEFILE <StatusBarTest/IconImages.iml>
|
|
#include <Draw/iml.h>
|
|
|
|
class StatusBarTest : public TopWindow {
|
|
public:
|
|
typedef StatusBarTest CLASSNAME;
|
|
StatusBarTest();
|
|
private:
|
|
StatusBar m_sb;
|
|
};
|
|
|
|
#endif
|