summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 462dbd3053..da0d1e49b5 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -791,6 +791,19 @@ public:
};
/////////////////////////////////////////////////////////////////////////////////////////
+// CCtrlRichEdit
+
+class MIR_CORE_EXPORT CCtrlRichEdit : public CCtrlEdit
+{
+ typedef CCtrlEdit CSuper;
+
+public:
+ CCtrlRichEdit(CDlgBase *dlg, int ctrlId);
+
+ int GetRichTextLength() const;
+};
+
+/////////////////////////////////////////////////////////////////////////////////////////
// CCtrlSpin
class MIR_CORE_EXPORT CCtrlSpin : public CCtrlBase