paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgnotebook.h,1.4,1.5 Makefile.am,1.4,


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgnotebook.h,1.4,1.5 Makefile.am,1.4,1.5 pgtabbar.h,1.2,1.3
Date: Sun, 28 Apr 2002 05:28:06 -0400

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

Modified Files:
        Makefile.am pgtabbar.h 
Added Files:
        pgnotebook.h 
Log Message:
added PG_NoteBook class (complete rewrite)
changes to make PG_NoteBook work



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/include/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile.am 27 Apr 2002 19:08:11 -0000      1.4
--- Makefile.am 28 Apr 2002 09:28:03 -0000      1.5
***************
*** 51,55 ****
        pgpoint.h \
        pgsignals.h \
!       pgtabbar.h
  
  EXTRA_DIST = \
--- 51,56 ----
        pgpoint.h \
        pgsignals.h \
!       pgtabbar.h \
!       pgnotebook.h
  
  EXTRA_DIST = \

Index: pgtabbar.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgtabbar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pgtabbar.h  27 Apr 2002 23:43:39 -0000      1.2
--- pgtabbar.h  28 Apr 2002 09:28:03 -0000      1.3
***************
*** 16,19 ****
--- 16,23 ----
        PG_Button* AddTab(const char* text, PG_TabSelectSlot slot);
        
+       inline int GetChildCount() {
+               return my_tabList->GetChildCount();
+       }
+       
        PG_SignalTabSelect sigTabSelect;
        




reply via email to

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