paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/widgets pgtabbar.cpp,1.6,1.7


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgtabbar.cpp,1.6,1.7
Date: Wed, 26 Jun 2002 18:48:51 -0400

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

Modified Files:
        pgtabbar.cpp 
Log Message:
compilation fixes



Index: pgtabbar.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgtabbar.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pgtabbar.cpp        26 Jun 2002 16:00:21 -0000      1.6
--- pgtabbar.cpp        26 Jun 2002 22:48:49 -0000      1.7
***************
*** 36,44 ****
        width += 8;
        
!       PG_Button* b = new PG_Button(NULL, id, 
PG_Rect(my_tabList->GetListWidth(), 0, width, my_height), text, 
my_style.c_str());
        b->SetToggle(true);
        b->sigButtonClick.connect(slot(*this, &PG_TabBar::handleTabClick));
        
!       my_tabList->AddChild(b);
        
        if(my_tabList->GetListWidth() > my_width) {
--- 36,44 ----
        width += 8;
        
!       PG_Button* b = new PG_Button(my_tabList, id, 
PG_Rect(my_tabList->GetListWidth(), 0, width, my_height), text, 
my_style.c_str());
        b->SetToggle(true);
        b->sigButtonClick.connect(slot(*this, &PG_TabBar::handleTabClick));
        
!       //my_tabList->AddChild(b);
        
        if(my_tabList->GetListWidth() > my_width) {




reply via email to

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