From 7fc01c9c474a732cd8b978d2f163f0839b2f956d Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 24 Feb 2018 16:42:36 +0300 Subject: core: added CCtrlLabel for static text --- include/m_gui.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/m_gui.h') diff --git a/include/m_gui.h b/include/m_gui.h index 58f20dbac9..7b0fa6894b 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -576,6 +576,17 @@ private: static LRESULT CALLBACK GlobalSubclassWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); }; +///////////////////////////////////////////////////////////////////////////////////////// +// CCtrlLabel + +class MIR_CORE_EXPORT CCtrlLabel : public CCtrlBase +{ + typedef CCtrlBase CSuper; + +public: + CCtrlLabel(CDlgBase *dlg, int ctrlId); +}; + ///////////////////////////////////////////////////////////////////////////////////////// // CCtrlButton -- cgit v1.2.3