mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
16 lines
314 B
C++
16 lines
314 B
C++
#ifndef _VerticalLabel_VerticalLabel_h
|
|
#define _VerticalLabel_VerticalLabel_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <VerticalLabel/VerticalLabel.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class VerticalLabel : public WithVerticalLabelLayout<TopWindow> {
|
|
public:
|
|
VerticalLabel();
|
|
};
|
|
|
|
#endif
|