Searched refs:eraseBackground (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmenu.h201 void Refresh( bool eraseBackground, argument
202 const wxRect *rect = (const wxRect *) NULL ) { wxWindow::Refresh(eraseBackground, rect); }
H A Dwindow.h81 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmenu.h171 void Refresh( bool eraseBackground, argument
172 const wxRect *rect = (const wxRect *) NULL ) { wxWindow::Refresh(eraseBackground, rect); }
H A Dradiobox.h126 virtual void Refresh( bool eraseBackground = true,
H A Dwindow.h73 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmenu.h144 void Refresh(bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL);
H A Dtoplevel.h98 void MacInvalidate( const WXRECTPTR rect, bool eraseBackground ) ;
H A Dwindow.h81 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dwindow.h68 virtual void Refresh(bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dwindow.h184 virtual void Refresh(bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dwindow.h62 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dwindow.h75 virtual void Refresh(bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmenu.h154 void Refresh(bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL);
H A Dwindow.h64 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h193 virtual void Refresh(bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h175 virtual void Refresh(bool eraseBackground = true,
H A Dtreectlg.h211 virtual void Refresh(bool eraseBackground = true, const wxRect *rect = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dwindow.h77 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dwindow.h73 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dwindow.h63 virtual void Refresh( bool eraseBackground = true,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwindow.h729 virtual void Refresh( bool eraseBackground = true,
733 void RefreshRect(const wxRect& rect, bool eraseBackground = true)
735 Refresh(eraseBackground, &rect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp410 void wxWindow::Refresh(bool eraseBackground, const wxRect *rect) argument
458 wxWindowNative::Refresh(eraseBackground, &rectWin);
480 // note that we don't pass eraseBackground to the child, but use
482 // eraseBackground=false is safe for children as well and not only
484 child->wxWindowNative::Refresh(eraseBackground, &childrect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp491 void wxMenuBar::Refresh(bool WXUNUSED(eraseBackground), const wxRect *WXUNUSED(rect))
H A Dtoplevel.cpp1235 * the rect gets added to the window invalidate region, if the eraseBackground flag
1240 * the eraseBackground flag set to false are also added to this rgn. upon receiving an update event
1242 * will get the eraseBackground event first
1245 void wxTopLevelWindowMac::MacInvalidate( const WXRECTPTR rect, bool eraseBackground )
1251 m_macNeedsErasing |= eraseBackground ;
1256 // we end only here if eraseBackground is false
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp5915 void wxGenericListCtrl::Refresh(bool eraseBackground, const wxRect *rect)
5921 m_headerWin->Refresh(eraseBackground);
5924 m_mainWin->Refresh(eraseBackground);
5938 m_headerWin->Refresh(eraseBackground, &rectHeader);
5952 m_mainWin->Refresh(eraseBackground, &rectMain);

Completed in 198 milliseconds

12