Changeset 1115 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 12/17/01 10:19:11 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r1086 r1115 190 190 { 191 191 fProgress->SetPosition(++dummy); 192 g System->ProcessEvents();192 gClient->ProcessEventsFor(fProgress); 193 193 } 194 194 else … … 200 200 { 201 201 fProgress->SetPosition(maxcnt - dummy); 202 gSystem->ProcessEvents(); 203 204 // gClient->ProcessEventsFor(fProgress); 205 // 206 // root 3.02: 207 // * gui/: inc/TGClient.h, src/TGClient.cxx: 208 // new method ProcessEventsFor(TGWindow *w). Use this method to instead 209 // of TSystem::ProcessEvents() in case you want to allow on events for 210 // the specified TGWindow to be processed (like when this is a progress 211 // meter dialog). 202 gClient->ProcessEventsFor(fProgress); 212 203 } 213 204 else
Note:
See TracChangeset
for help on using the changeset viewer.