Searched refs:m_rectText (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/univ/
H A Dtextctrl.cpp273 // the rect in which text appears: it is even less than m_rectText because
1892 CalcScrolledPosition(m_rectText.x + x, m_rectText.y + y, xOut, yOut);
1958 pt += m_rectText.GetPosition();
2392 m_rectText = GetRenderer()->GetTextClientArea(this, rectTotal, extraSpace);
2395 if ( m_rectText.width <= 0 )
2396 m_rectText.width = 1;
2397 if ( m_rectText.height <= 0 )
2398 m_rectText.height = 1;
2441 switch ( HitTestLine(text, m_rectText
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtextctrl.h506 wxRect m_rectText; member in class:wxTextCtrl

Completed in 54 milliseconds