示例#1
0
 // ctor
 wxEventLoopImpl()
     {
         SetExitCode(0);
         SetKeepLooping(TRUE);
     }
示例#2
0
 // ctor
 wxEventLoopImpl()
     {
         SetExitCode(0);
         SetKeepLooping(true);
     }