Home
last modified time | relevance | path

Searched refs:m_heightLine (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dtipwin.cpp65 wxCoord m_heightLine; member in wxTipWindowView
226 m_heightLine = 0; in wxTipWindowView()
249 if ( height > m_heightLine ) in Adjust()
250 m_heightLine = height; in Adjust()
280 if ( height > m_heightLine ) in Adjust()
281 m_heightLine = height; in Adjust()
287 height = 2*(TEXT_MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_textLines.size())*m_heightLine; in Adjust()
319 pt.y += m_heightLine; in OnPaint()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dtipwin.cpp268 m_parent->m_heightLine = 0; in Adjust()
279 if ( height > m_parent->m_heightLine ) in Adjust()
280 m_parent->m_heightLine = height; in Adjust()
310 if ( height > m_parent->m_heightLine ) in Adjust()
311 m_parent->m_heightLine = height; in Adjust()
317 …MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_parent->m_textLines.GetCount())*m_parent->m_heightLine; in Adjust()
349 pt.y += m_parent->m_heightLine; in OnPaint()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp265 m_parent->m_heightLine = 0; in Adjust()
276 if ( height > m_parent->m_heightLine ) in Adjust()
277 m_parent->m_heightLine = height; in Adjust()
307 if ( height > m_parent->m_heightLine ) in Adjust()
308 m_parent->m_heightLine = height; in Adjust()
314 …MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_parent->m_textLines.GetCount())*m_parent->m_heightLine; in Adjust()
346 pt.y += m_parent->m_heightLine; in OnPaint()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp265 m_parent->m_heightLine = 0; in Adjust()
276 if ( height > m_parent->m_heightLine ) in Adjust()
277 m_parent->m_heightLine = height; in Adjust()
307 if ( height > m_parent->m_heightLine ) in Adjust()
308 m_parent->m_heightLine = height; in Adjust()
314 …MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_parent->m_textLines.GetCount())*m_parent->m_heightLine; in Adjust()
346 pt.y += m_parent->m_heightLine; in OnPaint()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp265 m_parent->m_heightLine = 0; in Adjust()
276 if ( height > m_parent->m_heightLine ) in Adjust()
277 m_parent->m_heightLine = height; in Adjust()
307 if ( height > m_parent->m_heightLine ) in Adjust()
308 m_parent->m_heightLine = height; in Adjust()
314 …MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_parent->m_textLines.GetCount())*m_parent->m_heightLine; in Adjust()
346 pt.y += m_parent->m_heightLine; in OnPaint()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp265 m_parent->m_heightLine = 0; in Adjust()
276 if ( height > m_parent->m_heightLine ) in Adjust()
277 m_parent->m_heightLine = height; in Adjust()
307 if ( height > m_parent->m_heightLine ) in Adjust()
308 m_parent->m_heightLine = height; in Adjust()
314 …MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_parent->m_textLines.GetCount())*m_parent->m_heightLine; in Adjust()
346 pt.y += m_parent->m_heightLine; in OnPaint()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dtipwin.cpp268 m_parent->m_heightLine = 0; in Adjust()
279 if ( height > m_parent->m_heightLine ) in Adjust()
280 m_parent->m_heightLine = height; in Adjust()
310 if ( height > m_parent->m_heightLine ) in Adjust()
311 m_parent->m_heightLine = height; in Adjust()
317 …MARGIN_Y + 1) + wx_truncate_cast(wxCoord, m_parent->m_textLines.GetCount())*m_parent->m_heightLine; in Adjust()
349 pt.y += m_parent->m_heightLine; in OnPaint()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/univ/
H A Dtextctrl.h410 wxASSERT_MSG( m_heightLine != -1, wxT("should have line height") ); in GetLineHeight()
412 return m_heightLine; in GetLineHeight()
507 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/univ/
H A Dtextctrl.h410 wxASSERT_MSG( m_heightLine != -1, wxT("should have line height") ); in GetLineHeight()
412 return m_heightLine; in GetLineHeight()
507 wxCoord m_heightLine; variable
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dtextctrl.h431 wxASSERT_MSG( m_heightLine != -1, _T("should have line height") ); in GetLineHeight()
433 return m_heightLine; in GetLineHeight()
532 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/univ/
H A Dtextctrl.h411 wxASSERT_MSG( m_heightLine != -1, wxT("should have line height") ); in GetLineHeight()
413 return m_heightLine; in GetLineHeight()
511 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dtipwin.h82 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dtipwin.h82 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dtipwin.h82 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dtipwin.h82 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dtipwin.h81 wxCoord m_heightLine; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dtipwin.h81 wxCoord m_heightLine; variable
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dtipwin.h85 wxCoord m_heightLine; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dtextctrl.cpp654 m_heightLine = in wxBEGIN_EVENT_TABLE()
2376 if ( m_heightLine == -1 ) in DoGetBestClientSize()
3547 m_heightLine = GetCharHeight(); in RecalcFontMetrics()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dtextctrl.cpp654 m_heightLine = in BEGIN_EVENT_TABLE()
2351 if ( m_heightLine == -1 ) in DoGetBestClientSize()
3505 m_heightLine = GetCharHeight(); in RecalcFontMetrics()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dtextctrl.cpp654 m_heightLine = in BEGIN_EVENT_TABLE()
2351 if ( m_heightLine == -1 ) in DoGetBestClientSize()
3505 m_heightLine = GetCharHeight(); in RecalcFontMetrics()