paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.3,1.3.6.4


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.3,1.3.6.4
Date: Fri, 22 Nov 2002 12:58:45 -0500

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv6060/include

Modified Files:
      Tag: devel-1-0
        pgapplication.h 
Log Message:
collected changes for 1.0.3



Index: pgapplication.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgapplication.h,v
retrieving revision 1.3.6.3
retrieving revision 1.3.6.4
diff -C2 -r1.3.6.3 -r1.3.6.4
*** pgapplication.h     25 Jul 2002 13:10:39 -0000      1.3.6.3
--- pgapplication.h     22 Nov 2002 17:58:43 -0000      1.3.6.4
***************
*** 371,378 ****
  
        template<class T>
!       static T* GetWidgetByName(const char* Name) {
                return static_cast<T*>(GetWidgetByName(Name));
        }
!       
        /**
         Get widget by id.
--- 371,383 ----
  
        template<class T>
!       static T* GetWidget(const char* Name) {
                return static_cast<T*>(GetWidgetByName(Name));
        }
! 
!       template<class T>
!       static T* GetWidget(int id) {
!               return static_cast<T*>(GetWidgetById(Name));
!       }
! 
        /**
         Get widget by id.





reply via email to

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