summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-04-05 17:57:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-04-05 17:57:04 +0300
commita81a0f3e536ebcd46b1bacf3539cd8d8fe0e0ccd (patch)
treedb4f5e7fdcf6c217a1c654ad91dd3a94cc0843d1 /include/m_gui.h
parent5a782fdcc369396266d1aa73a27c9b9bed392476 (diff)
mir_core:
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added
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