mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
17 lines
385 B
C++
17 lines
385 B
C++
#ifndef _ZoomedTopWindow_ZoomedTopWindow_h
|
|
#define _ZoomedTopWindow_ZoomedTopWindow_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <ZoomedTopWindow/ZoomedTopWindow.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class ZoomedTopWindow : public WithZoomedTopWindowLayout<TopWindow> {
|
|
public:
|
|
typedef ZoomedTopWindow CLASSNAME;
|
|
ZoomedTopWindow();
|
|
};
|
|
|
|
#endif
|