diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-25 14:11:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-25 14:11:24 +0300 |
commit | 855ca62463d7cfc011228da38fadcd3c2b70fe8b (patch) | |
tree | 45bc4fab69dbce0d078278cbb66ecbeacae2ecaa /plugins/TabSRMM/src/msgs.h | |
parent | 19bf42ce996ea933dfbb234034ff317a7edd3bf0 (diff) |
code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index c42a1b1be7..1b3c4987d3 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -407,6 +407,7 @@ public: BOOL DoRtfToTags(CMStringW &pszText, int iNumColors, COLORREF *pColors) const;
void DrawStatusIcons(HDC hDC, const RECT &rc, int gap);
void EnableSendButton(bool bMode) const;
+ void EnableSending(bool bMode) const;
void FlashOnClist(MEVENT hEvent, DBEVENTINFO *dbei);
void FlashTab(bool bInvertMode);
bool GetAvatarVisibility();
@@ -421,6 +422,7 @@ public: void KbdState(bool &isShift, bool &isControl, bool &isAlt);
int LoadLocalFlags();
void LoadSplitter();
+ void NotifyDeliveryFailure() const;
void PlayIncomingSound() const;
void SendHBitmapAsFile(HBITMAP hbmp) const;
void SaveSplitter();
@@ -430,6 +432,7 @@ public: void ShowPicture(bool showNewPic);
void StreamInEvents(MEVENT hDbEventFirst, int count, int fAppend, DBEVENTINFO *dbei_s);
void UpdateReadChars() const;
+ void UpdateSaveAndSendButton();
int MsgWindowDrawHandler(WPARAM wParam, LPARAM lParam);
int MsgWindowUpdateMenu(HMENU submenu, int menuID);
|