- // also ensure that the notebook background is used for its pages by making
- // them transparent: this ensures that MSWGetBgBrush() queries the notebook
- // for the background brush to be used for erasing them
- if ( wxPanel *panel = wxDynamicCast(pPage, wxPanel) )
- {
- panel->MSWSetTransparentBackground();
- }
-