[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/include pgsignals.h,1.2,1.3 pgtabbar.h,1.1,1.
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/include pgsignals.h,1.2,1.3 pgtabbar.h,1.1,1.2 |
Date: |
Sat, 27 Apr 2002 19:43:42 -0400 |
Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv7260/include
Modified Files:
pgsignals.h pgtabbar.h
Log Message:
more work on PG_TabBar
Index: pgsignals.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgsignals.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pgsignals.h 27 Apr 2002 19:08:11 -0000 1.2
--- pgsignals.h 27 Apr 2002 23:43:39 -0000 1.3
***************
*** 306,308 ****
--- 306,310 ----
typedef PG_Signal2<PG_TabBar*, PG_Button*> PG_SignalTabSelect;
+ typedef Slot1<bool, PG_Button*> PG_TabSelectSlot;
+
#endif // PG_SIGNALS_H
Index: pgtabbar.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgtabbar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pgtabbar.h 27 Apr 2002 19:08:11 -0000 1.1
--- pgtabbar.h 27 Apr 2002 23:43:39 -0000 1.2
***************
*** 12,16 ****
~PG_TabBar();
! PG_Button* AddTab(const char* text, int id);
PG_SignalTabSelect sigTabSelect;
--- 12,18 ----
~PG_TabBar();
! PG_Button* AddTab(const char* text);
!
! PG_Button* AddTab(const char* text, PG_TabSelectSlot slot);
PG_SignalTabSelect sigTabSelect;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgsignals.h,1.2,1.3 pgtabbar.h,1.1,1.2,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/test Makefile.am,1.3,1.4 tabbar.cpp,1.1,1.2
- Next by Date:
[paragui-cvs] CVS: paragui/src/widgets pgtabbar.cpp,1.1,1.2 pgthemewidget.cpp,1.4,1.5
- Previous by thread:
[paragui-cvs] CVS: paragui/test Makefile.am,1.3,1.4 tabbar.cpp,1.1,1.2
- Next by thread:
[paragui-cvs] CVS: paragui/src/widgets pgtabbar.cpp,1.1,1.2 pgthemewidget.cpp,1.4,1.5
- Index(es):