Searched refs:m_hLine (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/common/
H A Ddlgcmn.cpp187 m_hLine = 0;
206 if ( !m_hLine )
207 m_hLine = m_win->GetCharHeight();
209 m_sizer->Add(5, m_hLine);
216 int m_hLine; member in class:wxTextSizerWrapper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp192 dc.GetTextExtent(_T("Line 17"), NULL, &m_hLine);
197 wxCoord m_hLine; member in class:MyScrolledWindowBase
212 SetScrollbars(0, m_hLine, 0, m_nLines + 1, 0, 0, true /* no refresh */);
230 SetScrollRate( 0, m_hLine );
231 SetVirtualSize( wxDefaultCoord, ( m_nLines + 1 ) * m_hLine );
702 y += m_hLine;
717 size_t lineFrom = rectUpdate.y / m_hLine,
718 lineTo = rectUpdate.GetBottom() / m_hLine;
723 wxCoord y = lineFrom*m_hLine;
731 y += m_hLine;
[all...]

Completed in 116 milliseconds