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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/caret/
H A Dcaret.cpp97 long m_widthChar, m_heightChar; member in class:MyCanvas
328 wxCaret *caret = new wxCaret(this, m_widthChar, m_heightChar);
343 m_widthChar = dc.GetCharWidth();
348 caret->SetSize(m_widthChar, m_heightChar);
366 GetCaret()->Move(m_xMargin + m_xCaret * m_widthChar,
380 m_xChars = (size.x - 2*m_xMargin) / m_widthChar;
474 dc.DrawText(ch, m_xMargin + m_xCaret * m_widthChar,

Completed in 48 milliseconds