diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-22 21:09:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-22 21:09:01 +0300 |
commit | 601562c2a08523440e58b09511cba4878880ec4d (patch) | |
tree | 6d3f684bc7e8e843067a873f2a0d11c1afdd5901 /include | |
parent | 898f54c452241eeb6ee587fc23adff0f21b66e02 (diff) |
missing UI method: CCtrlListBox::GetItemRect
Diffstat (limited to 'include')
-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 eabf1040a6..503f790e8e 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -780,6 +780,7 @@ public: int GetCount();
int GetCurSel();
LPARAM GetItemData(int index);
+ int GetItemRect(int index, RECT *pResult);
wchar_t* GetItemText(int index);
wchar_t* GetItemText(int index, wchar_t *buf, int size);
bool GetSel(int index);
|