summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 503f790e8e..f09e249517 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -792,7 +792,8 @@ public:
int SelectString(wchar_t *str);
int SetCurSel(int index);
void SetItemData(int index, LPARAM data);
- void SetSel(int index, bool sel=true);
+ void SetItemHeight(int index, int iHeight);
+ void SetSel(int index, bool sel = true);
// Events
CCallback<CCtrlListBox> OnDblClick;