diff options
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
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);
};
/////////////////////////////////////////////////////////////////////////////////////////
|