Searched refs:styleOld (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp930 long styleOld = GetWindowStyleFlag(); local
934 if ( (style & wxTE_READONLY) != (styleOld & wxTE_READONLY) )
937 if ( (style & wxTE_PASSWORD) != (styleOld & wxTE_PASSWORD) )
941 if ( (style & flagsWrap) != (styleOld & flagsWrap) )
945 if ( (style & flagsAlign) != (styleOld & flagsAlign) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwindow.cpp1086 LONG styleOld = ::GetWindowLong(hwnd, GWL_EXSTYLE);
1088 LONG styleNew = styleOld;
1104 if ( styleNew != styleOld )
1301 long styleOld = MSWGetStyle(flagsOld, &exstyleOld); local
1306 if ( style != styleOld )
1310 // value we clear the bits which were set in styleOld but are set in
1313 styleReal &= ~styleOld;
1320 callSWP = ((styleOld ^ style ) & (WS_BORDER |
H A Dtbar95.cpp1380 const long styleOld = GetWindowStyle(); local
1388 (style & MASK_NEEDS_RECREATE) != (styleOld & MASK_NEEDS_RECREATE) )

Completed in 87 milliseconds