paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgwidgetlistex.h,1.5,1.6


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgwidgetlistex.h,1.5,1.6
Date: Wed, 26 Jun 2002 18:48:51 -0400

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

Modified Files:
        pgwidgetlistex.h 
Log Message:
compilation fixes



Index: pgwidgetlistex.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwidgetlistex.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pgwidgetlistex.h    26 Jun 2002 16:26:39 -0000      1.5
--- pgwidgetlistex.h    26 Jun 2002 22:48:49 -0000      1.6
***************
*** 49,64 ****
  
        /**
!       Add a widget to the list
  
        @param  w                       pointer to a widget
        */
!       void AddChild(PG_Widget* w);
  
        /**
!       Remove a widget from the list
  
        @param  w                       pointer to a widget
        */
!       bool RemoveWidget(PG_Widget* w, bool shiftx = false, bool shifty = 
false);
  };
  
--- 49,66 ----
  
        /**
!       Remove a widget from the list
  
        @param  w                       pointer to a widget
        */
!       bool RemoveWidget(PG_Widget* w, bool shiftx = false, bool shifty = 
false);
  
+ protected:
+       
        /**
!       Add a widget to the list
  
        @param  w                       pointer to a widget
        */
!       void AddChild(PG_Widget* w);
  };
  




reply via email to

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