paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test paratest.cpp,1.8,1.9


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test paratest.cpp,1.8,1.9
Date: Mon, 06 May 2002 07:18:07 -0400

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv12549/test

Modified Files:
        paratest.cpp 
Log Message:
message cleanup
moved some (more) functions from PG_MessageObject to PG_Application


Index: paratest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/paratest.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** paratest.cpp        6 May 2002 10:40:50 -0000       1.8
--- paratest.cpp        6 May 2002 11:18:03 -0000       1.9
***************
*** 80,84 ****
        bool handle_slide_btntrans(PG_Slider* slider, long pos, PG_Pointer* 
data) {
                PG_Button* b = static_cast<PG_Button*>(data);
!       
                // set transparency of passed in button
                b->SetTransparency((Uint8)pos, (Uint8)pos, (Uint8)pos);
--- 80,84 ----
        bool handle_slide_btntrans(PG_Slider* slider, long pos, PG_Pointer* 
data) {
                PG_Button* b = static_cast<PG_Button*>(data);
!               
                // set transparency of passed in button
                b->SetTransparency((Uint8)pos, (Uint8)pos, (Uint8)pos);
***************
*** 132,136 ****
        s->SetPosition(50);
  
!       s->sigSlide.connect(slot(*this, &TestWindow::handle_slide_btntrans), 
&b);
  
        WidgetList->AddWidget(s);
--- 132,136 ----
        s->SetPosition(50);
  
!       s->sigSlide.connect(slot(*this, &TestWindow::handle_slide_btntrans), b);
  
        WidgetList->AddWidget(s);




reply via email to

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