From c46f4344f007d814131d25fa5aec6fdb4c7a049d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Apr 2017 14:36:22 +0300 Subject: Windows-specific code moved to mir_core --- include/m_gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/m_gui.h b/include/m_gui.h index e94d43f3d3..36e3e0289f 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -811,6 +811,9 @@ public: // these methods return text length in Unicode chars int SetRichText(const wchar_t *text); int SetRichTextRtf(const char *text); + + // enables or disables content editing + void SetReadOnly(bool bReadOnly); }; ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3