Searched refs:SetBackground (Results 76 - 99 of 99) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp845 dc.SetBackground(wxBrush(wxT("white"), wxSOLID));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp221 void wxWindow::SetBackground(const wxBitmap& bitmap, function in class:wxWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddc.tex579 Gets the brush used for painting the background (see \helpref{wxDC::SetBackground}{wxdcsetbackground}).
980 \membersection{wxDC::SetBackground}\label{wxdcsetbackground}
982 \func{void}{SetBackground}{\param{const wxBrush\& }{brush}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp320 repective SetBrush, SetPen, SetBackground etc functions
321 to set up the DC. SetBackground call m_owner->SetBackground
1637 dc.SetBackground(*wxBLACK_BRUSH);
2108 void wxWindowDC::SetBackground( const wxBrush &brush ) function in class:wxWindowDC
2110 /* CMB 21/7/98: Added SetBackground. Sets background brush
H A Dwindow.cpp3865 dc.SetBackground(wxBrush(GetBackgroundColour()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp324 repective SetBrush, SetPen, SetBackground etc functions
325 to set up the DC. SetBackground call m_owner->SetBackground
1470 dc.SetBackground(*wxBLACK_BRUSH);
1837 void wxWindowDC::SetBackground( const wxBrush &brush ) function in class:wxWindowDC
1839 /* CMB 21/7/98: Added SetBackground. Sets background brush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp672 dcAllButtons.SetBackground(wxBrush(
H A Ddc.cpp1633 void wxDC::SetBackground(const wxBrush& brush) 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.h403 virtual void SetBackground(const wxBrush& brush) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h642 virtual void SetBackground( const wxBrush &brush );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp1122 void wxDC::SetBackground(const wxBrush& brush) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp1530 dc.SetBackground(backgroundBrush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp964 dc.SetBackground(*wxGREEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp708 void wxDC::SetBackground( const wxBrush &brush ) function in class:wxDC
H A Ddccg.cpp1557 void wxDC::SetBackground( const wxBrush &brush )
H A Dutils.cpp1076 void wxMacControl::SetBackground( const wxBrush &WXUNUSED(brush) )
H A Dwindow.cpp1361 m_peer->SetBackground( brush ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp697 void wxDC::SetBackground( const wxBrush &brush ) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp2023 void wxDC::SetBackground(const wxBrush& rBrush) function in class:wxDC
2031 } // end of wxDC::SetBackground
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp1337 dc.SetBackground(brush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp1719 void wxGnomePrintDC::SetBackground( const wxBrush& brush ) function in class:wxGnomePrintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dgtk.cpp1356 dcMem.SetBackground(dc.GetBackground());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp217 repective SetBrush, SetPen, SetBackground etc functions
218 to set up the DC. SetBackground call m_owner->SetBackground
1959 void wxWindowDC::SetBackground( const wxBrush &brush ) function in class:wxWindowDC
1961 /* CMB 21/7/98: Added SetBackground. Sets background brush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp2737 dc.SetBackground(*(wxTheBrushList->FindOrCreateBrush(wxSystemSettings::GetColour(wxSYS_COLOUR_LISTBOX), wxSOLID)));

Completed in 298 milliseconds

1234