ultimatepp/upptst/Fonts/Fonts.h
cxl fe2f8f4dbe .upptst: Fonts list utility
git-svn-id: svn://ultimatepp.org/upp/trunk@2257 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-23 19:17:44 +00:00

24 lines
305 B
C++

#ifndef _Fonts_Fonts_h
#define _Fonts_Fonts_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <Fonts/Fonts.lay>
#include <CtrlCore/lay.h>
class Fonts : public WithFontsLayout<TopWindow> {
public:
typedef Fonts CLASSNAME;
void Copy();
void Reload();
Fonts();
};
#endif