[Top][All Lists]
[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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.3,1.3.6.4,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/src/draw/opengl pgglcore.cpp,1.1.2.5,1.1.2.6 pgglmem.cpp,1.1.2.3,1.1.2.4 pggloper.cpp,1.1.2.6,1.1.2.7 pgglroot.cpp,1.1.2.6,1.1.2.7 pgglsurf.cpp,1.1.2.8,1.1.2.9
- Next by Date:
[paragui-cvs] CVS: paragui Makefile.am,1.1.1.1.6.11,1.1.1.1.6.12 autogen.sh,1.1.1.1.6.5,1.1.1.1.6.6 paragui.m4,1.1.1.1,1.1.1.1.6.1
- Previous by thread:
[paragui-cvs] CVS: paragui/src/draw/opengl pgglcore.cpp,1.1.2.5,1.1.2.6 pgglmem.cpp,1.1.2.3,1.1.2.4 pggloper.cpp,1.1.2.6,1.1.2.7 pgglroot.cpp,1.1.2.6,1.1.2.7 pgglsurf.cpp,1.1.2.8,1.1.2.9
- Next by thread:
[paragui-cvs] CVS: paragui Makefile.am,1.1.1.1.6.11,1.1.1.1.6.12 autogen.sh,1.1.1.1.6.5,1.1.1.1.6.6 paragui.m4,1.1.1.1,1.1.1.1.6.1
- Index(es):