[Top][All Lists]
[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);
};
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgwidgetlistex.h,1.5,1.6,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/include pgcheckbutton.h,1.5,1.6 pgdropdown.h,1.6,1.7 pgimage.h,1.4,1.5 pglineedit.h,1.5,1.6 pglistbox.h,1.8,1.9 pgmaskedit.h,1.4,1.5 pgmenubar.h,1.4,1.5 pgmessagebox.h,1.6,1.7 pgnotebook.h,1.7,1.8 pgpopupmenu.h,1.7,1.8 pgprogressbar.h,1.4,1.5 pgradiobutton.h,1.6,1.7 pgrichedit.h,1.3,1.4 pgscrollbar.h,1.6,1.7 pgslider.h,1.5,1.6 pgspinnerbox.h,1.6,1.7 pgtabbar.h,1.4,1.5 pgwidgetlist.h,1.9,1.10 pgwidgetlistex.h,1.4,1.5
- Next by Date:
[paragui-cvs] CVS: paragui/src/widgets pgtabbar.cpp,1.6,1.7
- Previous by thread:
[paragui-cvs] CVS: paragui/include pgcheckbutton.h,1.5,1.6 pgdropdown.h,1.6,1.7 pgimage.h,1.4,1.5 pglineedit.h,1.5,1.6 pglistbox.h,1.8,1.9 pgmaskedit.h,1.4,1.5 pgmenubar.h,1.4,1.5 pgmessagebox.h,1.6,1.7 pgnotebook.h,1.7,1.8 pgpopupmenu.h,1.7,1.8 pgprogressbar.h,1.4,1.5 pgradiobutton.h,1.6,1.7 pgrichedit.h,1.3,1.4 pgscrollbar.h,1.6,1.7 pgslider.h,1.5,1.6 pgspinnerbox.h,1.6,1.7 pgtabbar.h,1.4,1.5 pgwidgetlist.h,1.9,1.10 pgwidgetlistex.h,1.4,1.5
- Next by thread:
[paragui-cvs] CVS: paragui/src/widgets pgtabbar.cpp,1.6,1.7
- Index(es):