diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-28 16:16:47 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-28 16:16:47 +0300 |
commit | 6494f9edf3d013964e6a8d177b3c353a497134ee (patch) | |
tree | 55ae193bf5a88918a5c5303511f73b57d3c6e8a2 /include/m_gui.h | |
parent | e3cc499b6962be4a4d29350b97f0ea7a4548b4ce (diff) |
CCtrlMButton::SetTooltip extracted to the separate function
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 4386af0c79..c3ba220507 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -629,6 +629,7 @@ public: void MakeFlat();
void MakePush();
+ void SetTooltip(const char *pszTooltip);
void OnInit() override;
|