Searched refs:g_isPainting (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcclient.cpp71 int g_isPainting = 0; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcclient.cpp79 int g_isPainting = 0; variable
217 if ( g_isPainting <= 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcclient.cpp77 int g_isPainting = 0; variable
306 if (g_isPainting <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devent.h1162 // see comments in src/msw|os2/dcclient.cpp where g_isPainting is defined
1163 extern WXDLLIMPEXP_CORE int g_isPainting;
1174 g_isPainting++;
1179 // g_isPainting updated in debug build
1184 g_isPainting++;
1189 g_isPainting--;

Completed in 99 milliseconds