diff options
Diffstat (limited to 'src/gui_plainattrtext.hh')
| -rw-r--r-- | src/gui_plainattrtext.hh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gui_plainattrtext.hh b/src/gui_plainattrtext.hh new file mode 100644 index 0000000..8d492b5 --- /dev/null +++ b/src/gui_plainattrtext.hh @@ -0,0 +1,16 @@ +// -*- mode: c++; c-basic-offset: 2; -*- + +#ifndef GUI_PLAINATTRTEXT_HH +#define GUI_PLAINATTRTEXT_HH + +#include "gui_attrtext.hh" + +class PlainAttributedText : public AttributedText { +public: + static PlainAttributedText* create(); + +protected: + PlainAttributedText() {} +}; + +#endif // GUI_PLAINATTRTEXT_HH |
