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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvscroll.cpp79 // OnGetLineHeight() for every line because there may be too many of
123 height += OnGetLineHeight(line);
139 h += OnGetLineHeight(lineFirst);
182 h += OnGetLineHeight(line);
191 hAll += OnGetLineHeight(m_lineFirst - 1);
255 rect.height = OnGetLineHeight(line);
258 rect.y += OnGetLineHeight(n);
284 rect.y += OnGetLineHeight(nBefore);
289 rect.height += OnGetLineHeight(nBetween);
329 y -= OnGetLineHeight(lin
[all...]
H A Dvlbox.cpp329 wxCoord wxVListBox::OnGetLineHeight(size_t line) const function in class:wxVListBox
384 const wxCoord hLine = OnGetLineHeight(line);
H A Dodcombo.cpp435 y -= OnGetLineHeight(line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/vscroll/
H A Dvstest.cpp131 wxCoord hLine = OnGetLineHeight(line);
148 virtual wxCoord OnGetLineHeight(size_t n) const function in class:VScrollWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvlbox.h226 // we implement OnGetLineHeight() in terms of OnMeasureItem() because this
230 virtual wxCoord OnGetLineHeight(size_t line) const;
H A Dvscroll.h80 // in its OnGetLineHeight()
144 virtual wxCoord OnGetLineHeight(size_t n) const = 0;
151 // OnGetLinesHint() is normally called just before OnGetLineHeight() but you
153 // specified here. It is also possible that OnGetLineHeight() will be
H A Dodcombo.h116 wxCoord GetLineHeight(int line) const { return OnGetLineHeight(line); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvscroll.tex29 \helpref{OnGetLineHeight()}{wxvscrolledwindowongetlineheight} pure virtual
190 \membersection{wxVScrolledWindow::OnGetLineHeight}\label{wxvscrolledwindowongetlineheight}
192 \constfunc{virtual wxCoord}{OnGetLineHeight}{\param{size\_t }{n}}
212 \helpref{OnGetLineHeight()}{wxvscrolledwindowongetlineheight} but you
214 specified here. It is also possible that OnGetLineHeight() will be
252 returned by \helpref{OnGetLineHeight}{wxvscrolledwindowongetlineheight} change
301 in its \helpref{OnGetLineHeight()}{wxvscrolledwindowongetlineheight}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextsymboldlg.h295 virtual wxCoord OnGetLineHeight(size_t line) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextsymboldlg.cpp928 wxCoord wxSymbolListCtrl::OnGetLineHeight(size_t WXUNUSED(line)) const
1020 const wxCoord hLine = OnGetLineHeight(line);
1246 wxCoord lineHeight = OnGetLineHeight(0);

Completed in 178 milliseconds