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.h11
1 files changed, 11 insertions, 0 deletions
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
@@ -577,6 +577,17 @@ private:
};
/////////////////////////////////////////////////////////////////////////////////////////
+// CCtrlLabel
+
+class MIR_CORE_EXPORT CCtrlLabel : public CCtrlBase
+{
+ typedef CCtrlBase CSuper;
+
+public:
+ CCtrlLabel(CDlgBase *dlg, int ctrlId);
+};
+
+/////////////////////////////////////////////////////////////////////////////////////////
// CCtrlButton
class MIR_CORE_EXPORT CCtrlButton : public CCtrlBase