Searched refs:SetTextBackground (Results 26 - 49 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp422 dc.SetTextBackground( GetBackgroundColour() );
800 dc.SetTextBackground( brush.GetColour() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dgame.cpp220 dc.SetTextBackground(bgColour);
800 dc.SetTextBackground(FortyApp::BackgroundColour());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp847 dc.SetTextBackground( _T("RED") );
889 dc.SetTextBackground( wxT("GREEN") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstdrend.cpp776 dc.SetTextBackground(wxSCHEME_COLOUR(m_scheme, HIGHLIGHT));
784 dc.SetTextBackground(colBg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp503 destDc.SetTextBackground( wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddivided.cpp86 dc.SetTextBackground(m_brush->GetColour());
H A Ddrawn.cpp491 dc.SetTextBackground(col);
H A Dlines.cpp287 dc.SetTextBackground(GetBackgroundBrush().GetColour());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp462 hdc->SetTextBackground(wxColourFromCA(back));
475 hdc->SetTextBackground(wxColourFromCA(back));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddc.tex255 \helpref{SetTextBackground}{wxdcsettextbackground} and \helpref{wxMemoryDC}{wxmemorydc}.
790 Gets the current text background colour (see \helpref{wxDC::SetTextBackground}{wxdcsettextbackground}).
1161 \membersection{wxDC::SetTextBackground}\label{wxdcsettextbackground}
1163 \func{void}{SetTextBackground}{\param{const wxColour\& }{colour}}
H A Dtsamples.tex322 \helpref{wxDC::SetTextBackground}{wxdcsettextbackground} (on the left). The
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp272 void wxGCDC::SetTextBackground( const wxColour &col ) function in class:wxGCDC
274 wxCHECK_RET( Ok(), wxT("wxGCDC(cg)::SetTextBackground - invalid DC") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp109 void SetTextBackground( const wxColour &col ) = 0 ;
545 void wxDC::SetTextBackground( const wxColour &col ) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h541 virtual void SetTextBackground(const wxColour& colour) function in class:wxDCBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp1220 dc.SetTextBackground( m_owner->m_colourBackground );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp562 void wxDC::SetTextBackground( const wxColour &col ) function in class:wxDC
564 wxCHECK_RET(Ok(), wxT("wxDC::SetTextBackground - invalid DC"));
H A Ddccg.cpp1382 void wxDC::SetTextBackground( const wxColour &col )
1384 wxCHECK_RET( Ok(), wxT("wxDC(cg)::SetTextBackground - invalid DC") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1997 void wxWindowDC::SetTextBackground( const wxColour &col ) function in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp2220 void wxWindowDC::SetTextBackground( const wxColour &col ) function in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1949 void wxWindowDC::SetTextBackground( const wxColour &col ) function in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp2208 dc.SetTextBackground(wxSCHEME_COLOUR(m_scheme, CONTROL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp2100 void wxWindowDC::SetTextBackground( const wxColour &col ) function in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp1922 dc.SetTextBackground( clr );
1927 dc.SetTextBackground( attr.GetBackgroundColour() );
1933 dc.SetTextBackground(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp5327 dc.SetTextBackground(attr.GetBackgroundColour());

Completed in 375 milliseconds

12