paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.7,1.8


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.7,1.8
Date: Mon, 29 Apr 2002 07:44:25 -0400

Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv23212/src/widgets

Modified Files:
        pgwidget.cpp 
Log Message:
PG_MessageObject, PG_Application cleanups
added PG_FileList
added performance test to paratest



Index: pgwidget.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwidget.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pgwidget.cpp        28 Apr 2002 16:35:30 -0000      1.7
--- pgwidget.cpp        29 Apr 2002 11:44:22 -0000      1.8
***************
*** 1502,1506 ****
  
  bool PG_Widget::QuitModal() {
!       eventQuitModal(0, this, 0);
        return true;
  }
--- 1502,1506 ----
  
  bool PG_Widget::QuitModal() {
!       my_internaldata->quitModalLoop = true;
        return true;
  }
***************
*** 1520,1528 ****
  
        return 0;
- }
- 
- bool PG_Widget::eventQuitModal(int id, PG_MessageObject* widget, unsigned 
long data) {
-       my_internaldata->quitModalLoop = true;
-       return true;
  }
  
--- 1520,1523 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]