Home
last modified time | relevance | path

Searched refs:m_debugListBox (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashDebugWindow.cpp50 DDX_Control(pDX, IDC_DEBUG_LISTBOX, m_debugListBox); in DoDataExchange()
120 if (!m_debugListBox.GetCount()) in OnInitDialog()
144 int maxItems = m_debugListBox.GetCount(); in OnCopyToClipboard()
162 m_debugListBox.GetText(xItem, listboxItem); in OnCopyToClipboard()
180 if (!m_CopyButton && m_debugListBox.GetCount()) in PreTranslateMessage()
H A DLeashDebugWindow.h48 CListBox m_debugListBox; variable