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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Drenddll.cpp38 dc.DrawLabel(_T("MyDllRenderer"), wxNullBitmap, rect, wxALIGN_CENTER);
H A Drender.cpp72 dc.DrawLabel(_T("MyRenderer"), wxNullBitmap, rect, wxALIGN_CENTER);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstattext.cpp91 renderer->DrawLabel();
H A Dstdrend.cpp239 void wxStdRenderer::DrawLabel(wxDC& dc, function in class:wxStdRenderer
275 dc.DrawLabel(label, rectShadow, alignment, indexAccel);
287 dc.DrawLabel(label, image, rectLabel, alignment, indexAccel, rectBounds);
572 DrawLabel(dc, label, rectText, flags, alignment, indexAccel, &rectLabel);
635 dc.DrawLabel(label, wxNullBitmap, rectText);
736 DrawLabel(dc, label, rectLabel, flags,
897 DrawLabel(dc, label, rectIn, flags, wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL);
1139 dc.DrawLabel(s, wxNullBitmap, r, wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL);
H A Dbutton.cpp216 renderer->DrawLabel(m_bitmap, m_marginBmpX, m_marginBmpY);
H A Dctrlrend.cpp70 void wxControlRenderer::DrawLabel(const wxBitmap& bitmap, function in class:wxControlRenderer
H A Dslider.cpp759 rend->DrawLabel(dc, FormatValue(m_value), rectLabel,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h164 virtual void DrawLabel( wxDC& dc );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Drenderer.h101 virtual void DrawLabel(wxDC& dc,
520 virtual void DrawLabel(wxDC& dc, function in class:wxDelegateRenderer
527 { m_renderer->DrawLabel(dc, label, rect,
879 void DrawLabel(const wxBitmap& bitmap = wxNullBitmap,
H A Dstdrend.h42 virtual void DrawLabel(wxDC& dc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp774 void wxNewBitmapButton::DrawLabel( wxDC& dc ) function in class:wxNewBitmapButton
806 DrawLabel( dc );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp98 virtual void DrawLabel(wxDC& dc,
1525 void wxWin32Renderer::DrawLabel(wxDC& dc, function in class:wxWin32Renderer
1553 wxStdRenderer::DrawLabel(dc, label, rect, flags, alignment,
1714 dc.DrawLabel(label, bitmap, rect, wxALIGN_CENTRE);
1718 dc.DrawLabel(label, bitmap, rect, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL);
2369 DrawLabel(dc, label, rect, flags & ~wxCONTROL_FOCUSED,
2421 DrawLabel(dc, label, rect, flags, wxALIGN_CENTRE_VERTICAL, indexAccel);
2428 DrawLabel(dc, accel, rect, flags, wxALIGN_CENTRE_VERTICAL);
H A Dgtk.cpp914 DrawLabel(dc, label, rectText, flags, alignment, indexAccel, &rectLabel);
1200 dc.DrawLabel(label, bitmap, rect, wxALIGN_CENTRE);
1204 dc.DrawLabel(label, bitmap, rect, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL);
1367 dcMem.DrawLabel(label, bitmapRotated, rectLabel, wxALIGN_CENTRE, indexAccel);
1379 dc.DrawLabel(label, bitmap, rectLabel, wxALIGN_CENTRE, indexAccel);
1699 DrawLabel(dc, label, rect, flags, wxALIGN_CENTRE_VERTICAL, indexAccel);
1711 DrawLabel(dc, accel, rect, flags, wxALIGN_CENTRE_VERTICAL);
H A Dmono.cpp731 dc.DrawLabel(label, image, rect, alignment, indexAccel, rectBounds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibar.h260 virtual void DrawLabel(
338 virtual void DrawLabel(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dbutton.cpp457 dc.DrawLabel(wxStripMenuCodes(m_textLabel->GetValue()) + _T("\n")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h290 virtual void DrawLabel(const wxString& text,
297 void DrawLabel(const wxString& text, const wxRect& rect, function in class:wxDCBase
300 { DrawLabel(text, wxNullBitmap, rect, alignment, indexAccel); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/keyboard/
H A Dkeyboard.cpp165 dc.DrawLabel(_T("Press keys here"), GetClientRect(), wxALIGN_CENTER);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddc.tex326 \membersection{wxDC::DrawLabel}\label{wxdcdrawlabel}
328 \func{virtual void}{DrawLabel}{\param{const wxString\&}{ text},
335 \func{void}{DrawLabel}{\param{const wxString\&}{ text}, \param{const wxRect\&}{ rect},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp242 void wxAuiDefaultToolBarArt::DrawLabel( function in class:wxAuiDefaultToolBarArt
2230 m_art->DrawLabel(dc, this, item, item_rect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcbase.cpp537 void wxDCBase::DrawLabel(const wxString& text, function in class:wxDCBase

Completed in 233 milliseconds