Searched refs:m_hStaticMax (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.cpp37 m_hStaticMax = 0L;
49 if (m_hStaticMax)
50 ::WinDestroyWindow((HWND)m_hStaticMax);
85 ::WinQueryWindowText((HWND)m_hStaticMax, 300, (PSZ)zBuf);
112 ::WinSetWindowPos( (HWND)m_hStaticMax
136 ::WinQueryWindowText((HWND)m_hStaticMax, 300, (PSZ)zBuf);
152 ::WinSetWindowPos( (HWND)m_hStaticMax
229 m_hStaticMax = 0L;
362 m_hStaticMax = (WXHWND)::WinCreateWindow( (HWND)GetHwndOf(pParent) // Parent window handle
381 if (m_hStaticMax)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dslider.h105 inline WXHWND GetStaticMax(void) const { return m_hStaticMax; }
131 WXHWND m_hStaticMax; member in class:wxSlider

Completed in 41 milliseconds