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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_hline.cpp33 // wxHtmlLineCell
36 class wxHtmlLineCell : public wxHtmlCell class in inherits:wxHtmlCell
39 wxHtmlLineCell(int size, bool shading) : wxHtmlCell() {m_Height = size; m_HasShading = shading;} function in class:wxHtmlLineCell
49 DECLARE_NO_COPY_CLASS(wxHtmlLineCell)
53 void wxHtmlLineCell::Draw(wxDC& dc, int x, int y,
91 c->InsertCell(new wxHtmlLineCell((int)((double)sz * m_WParser->GetPixelScale()), HasShading));

Completed in 44 milliseconds