ultimatepp/uppdev/ScrollBug/ScrollBug.h
cxl d81b16c030 syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-16 13:41:19 +00:00

19 lines
344 B
C++

#ifndef _ScrollBug_ScrollBug_h
#define _ScrollBug_ScrollBug_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <ScrollBug/ScrollBug.lay>
#include <CtrlCore/lay.h>
class ScrollBug : public WithScrollBugLayout<TopWindow> {
public:
typedef ScrollBug CLASSNAME;
ScrollBug();
LineEdit edit;
};
#endif