Searched refs:m_heightRow (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/generic/
H A Dcalctrl.cpp167 m_heightRow = 0;
774 height = 7*m_heightRow + m_rowOffset + VERT_MARGIN;
888 dc.GetTextExtent(wxString::Format(wxT("%d"), day), &width, &m_heightRow);
900 dc.GetTextExtent(m_weekdays[wd], &width, &m_heightRow);
909 m_heightRow += 2;
911 m_rowOffset = HasFlag(wxCAL_SEQUENTIAL_MONTH_SELECTION) ? m_heightRow : 0; // conditional in relation to style
943 dc.DrawRectangle(0, y, GetClientSize().x, m_heightRow);
952 wxCoord monthy = ((m_heightRow - monthh) / 2) + y;
971 wxCoord arrowy = (m_heightRow - arrowheight) / 2;
1001 y += m_heightRow;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h192 // (re)calc m_widthCol and m_heightRow
306 m_heightRow, member in class:wxCalendarCtrl

Completed in 53 milliseconds