Searched refs:m_hStaticValue (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dslider.cpp35 m_hStaticValue = 0L;
51 if (m_hStaticValue)
52 ::WinDestroyWindow((HWND)m_hStaticValue);
88 if (m_hStaticValue)
93 ::WinSetWindowPos( (HWND)m_hStaticValue
139 if (m_hStaticValue)
143 ::WinSetWindowPos( (HWND)m_hStaticValue
227 m_hStaticValue = 0L;
247 m_hStaticValue = (WXHWND)::WinCreateWindow( (HWND)GetHwndOf(pParent) // Parent window handle
385 if (m_hStaticValue)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dslider.h106 inline WXHWND GetEditValue(void) const { return m_hStaticValue; }
132 WXHWND m_hStaticValue; member in class:wxSlider

Completed in 64 milliseconds