Searched refs:SetTextForeground (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddcmemory.cpp84 void wxMemoryDC::SetTextForeground(const wxColour &col) function in class:wxMemoryDC
91 wxDC::SetTextForeground(*wxBLACK);
93 wxDC::SetTextForeground(*wxWHITE);
97 wxDC::SetTextForeground(col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcmemory.cpp108 void wxMemoryDC::SetTextForeground( const wxColour& col ) function in class:wxMemoryDC
112 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE);
116 wxWindowDC::SetTextForeground( col );
H A Dminifram.cpp107 dc.SetTextForeground( *wxWHITE );
153 dc.SetTextForeground( *wxWHITE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Drenddll.cpp36 dc.SetTextForeground(*wxRED);
H A Drender.cpp70 dc.SetTextForeground(*wxWHITE);
141 dc.SetTextForeground(*wxBLACK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddcmemory.h40 virtual void SetTextForeground(const wxColour &col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcmemory.cpp111 void wxMemoryDC::SetTextForeground( const wxColour& col ) function in class:wxMemoryDC
115 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE);
119 wxWindowDC::SetTextForeground( col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcmemory.h34 virtual void SetTextForeground( const wxColour &col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddcmemory.h42 virtual void SetTextForeground( const wxColour &col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCaptchaGenerator.cpp53 dc.SetTextForeground(*wxBLACK);
H A DGenericClientListCtrl.cpp660 dc->SetTextForeground(wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT));
664 dc->SetTextForeground(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT));
952 dc->SetTextForeground(*wxBLACK);
990 dc->SetTextForeground(*wxBLUE);
993 dc->SetTextForeground(*wxRED);
1015 dc->SetTextForeground(savedColour);
1078 dc->SetTextForeground(*wxRED);
1083 dc->SetTextForeground(savedColour);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs1.cpp75 dc->SetTextForeground(*wxBLUE);
77 dc->SetTextForeground(*wxRED);
112 dc->SetTextForeground(*wxBLACK);
144 dc->SetTextForeground(*wxGREEN);
148 dc->SetTextForeground(*wxBLUE);
152 dc->SetTextForeground(*wxBLACK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstattext.cpp146 dc.SetTextForeground( wxColour( 0x80 , 0x80 , 0x80 ) ) ;
150 dc.SetTextForeground( GetForegroundColour() ) ;
H A Dstatbrma.cpp67 dc.SetTextForeground( wxColour( 0x80 , 0x80 , 0x80 ) ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobut.cpp161 dc.SetTextForeground(GetForegroundColour());
H A Dctrlrend.cpp75 m_dc.SetTextForeground(m_window->GetForegroundColour());
101 m_dc.SetTextForeground(m_window->GetForegroundColour());
368 m_dc.SetTextForeground(lbox->GetForegroundColour());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp846 dc.SetTextForeground( _T("GREEN") );
850 dc.SetTextForeground( *wxBLACK );
853 dc.SetTextForeground( wxT("RED") );
861 dc.SetTextForeground( *wxBLACK );
871 memdc.SetTextForeground( *wxBLACK );
888 dc.SetTextForeground( wxT("RED") );
892 dc.SetTextForeground( *wxBLACK );
895 dc.SetTextForeground( wxT("RED") );
903 dc.SetTextForeground( *wxBLACK );
987 dc.SetTextForeground( wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp203 dc->SetTextForeground(* wxBLACK);
206 dc->SetTextForeground(* wxWHITE);
276 dc->SetTextForeground(* wxBLACK);
280 dc->SetTextForeground(* wxWHITE);
282 dc->SetTextForeground(* wxWHITE);
296 dc->SetTextForeground(* wxBLACK);
317 dc->SetTextForeground(* wxBLACK);
338 dc->SetTextForeground(* wxBLACK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/erase/
H A Derase.cpp245 dc.SetTextForeground(*wxBLUE);
354 dc.SetTextForeground(*wxRED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dstatbrma.cpp78 dc.SetTextForeground( wxColour( 0x80, 0x80, 0x80 ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/png/
H A Dpngdemo.cpp126 memDC.SetTextForeground( *wxWHITE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/rotate/
H A Drotate.cpp217 dc.SetTextForeground(wxColour(255, 255, 255));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dclrpickerg.cpp152 memdc.SetTextForeground(colFg);
H A Dcalctrl.cpp940 dc.SetTextForeground(*wxBLACK);
1012 dc.SetTextForeground(m_colHeaderFg);
1032 dc.SetTextForeground(*wxBLACK);
1079 dc.SetTextForeground(m_colSorrounding);
1089 dc.SetTextForeground(m_colHighlightFg);
1111 dc.SetTextForeground(colFg);
1167 dc.SetTextForeground(GetForegroundColour());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddragimag.cpp222 dc2.SetTextForeground(* wxLIGHT_GREY);
230 dc2.SetTextForeground(* wxBLACK);

Completed in 150 milliseconds

12345