diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-25 18:57:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-25 18:57:45 +0300 |
commit | 55df6c3d447e7e3864b4e1cad671aaa0e74be16c (patch) | |
tree | 33c7b9e029b3aef9942bec1470f8928a90bc509b /include/m_gui.h | |
parent | de7997f69c7872b57b0548c7a6baa3818e83dd0a (diff) |
new method that emulates button click
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 6c00623959..39504aa4e6 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -571,6 +571,7 @@ public: CCallback<CCtrlButton> OnClick;
+ void Click();
bool IsPushed() const;
void Push(bool bPushed);
};
|