mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
16 lines
386 B
C++
16 lines
386 B
C++
#ifndef _RichTextCtrlSelection_RichTextCtrlSelection_h
|
|
#define _RichTextCtrlSelection_RichTextCtrlSelection_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <RichTextCtrlSelection/RichTextCtrlSelection.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class RichTextCtrlSelection : public WithRichTextCtrlSelectionLayout<TopWindow> {
|
|
public:
|
|
RichTextCtrlSelection();
|
|
};
|
|
|
|
#endif
|