diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-13 11:40:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-13 11:40:17 +0300 |
commit | 1aecfbf8295912ccfc26bdbd9d745aed96966e66 (patch) | |
tree | 0032ec38ed3a3efeb0b7bd2dfb9c3c70e3c75c83 /include/m_contacts.h | |
parent | fcd8fed654606c80c4ec8a0f6718ba62de331e95 (diff) |
UI classes & core code cleaning:
- MS_CLIST_DELETECONTACT introduced to avoid the usage of string constants directly;
- start menu item id parameter added to Clist_GroupBuildMenu();
- CNF_MAX macro added to simplify cycles over CNF_* array;
- custom draw support for CCtrlListView & CCtrlTreeView;
- Miranda's specific WM_MEASUREITEM & WM_DRAWITEM processing in CDlgBase
Diffstat (limited to 'include/m_contacts.h')
-rw-r--r-- | include/m_contacts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h index b7a693b809..a83acd22c1 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -63,6 +63,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define CNF_COCOUNTRY 37 // returns company country (string)
#define CNF_COHOMEPAGE 38 // returns company homepage (string)
#define CNF_DISPLAYUID 39 // returns uniqueid to display in interface (must check type for type of return)
+#define CNF_MAX 40 // maximum number
// Special types
// Return the custom name using the name order setting
|