paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgbutton.h,1.8,1.9 pgwidget.h,1.15,1.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgbutton.h,1.8,1.9 pgwidget.h,1.15,1.16
Date: Thu, 27 Jun 2002 12:43:20 -0400

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

Modified Files:
        pgbutton.h pgwidget.h 
Log Message:
const fixes

Index: pgbutton.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgbutton.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pgbutton.h  27 Jun 2002 16:37:06 -0000      1.8
--- pgbutton.h  27 Jun 2002 16:43:17 -0000      1.9
***************
*** 242,246 ****
        Uint8 GetBlendLevel(int mode);
        
!       void ParseXMLAttributes(const PG_XMLTag& xmltag);
        
        PG_SignalButtonClick sigButtonClick;
--- 242,246 ----
        Uint8 GetBlendLevel(int mode);
        
!       void ParseXMLAttributes(PG_XMLTag& xmltag);
        
        PG_SignalButtonClick sigButtonClick;

Index: pgwidget.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwidget.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** pgwidget.h  27 Jun 2002 16:37:06 -0000      1.15
--- pgwidget.h  27 Jun 2002 16:43:17 -0000      1.16
***************
*** 730,734 ****
        bool IsHidden();
        
!       virtual void ParseXMLAttributes(const PG_XMLTag& xmltag);
        
  protected:
--- 730,734 ----
        bool IsHidden();
        
!       virtual void ParseXMLAttributes(PG_XMLTag& xmltag);
        
  protected:




reply via email to

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