[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/include pgwidgetlist.h,1.3.6.1,1.3.6.2
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/include pgwidgetlist.h,1.3.6.1,1.3.6.2 |
Date: |
Tue, 21 Jan 2003 10:54:38 -0500 |
Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv2371/include
Modified Files:
Tag: devel-1-0
pgwidgetlist.h
Log Message:
added PG_WidgetList helper functions:
- int FindIndex(PG_Widget*)
- void PageUp()
- void PageDown()
Index: pgwidgetlist.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwidgetlist.h,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** pgwidgetlist.h 4 Jan 2003 21:13:39 -0000 1.3.6.1
--- pgwidgetlist.h 21 Jan 2003 15:54:33 -0000 1.3.6.2
***************
*** 118,121 ****
--- 118,129 ----
/**
+ Find the index of a given widget
+
+ @param widget pointer to the widget
+ @return index of the widget
+ */
+ int FindIndex(PG_Widget* w);
+
+ /**
Remove all widgets from the list (without deletion)
*/
***************
*** 152,155 ****
--- 160,173 ----
void ScrollTo(int index, int direction = PG_SB_VERTICAL);
#endif
+
+ /**
+ Scroll one page up
+ */
+ void PageUp();
+
+ /**
+ Scroll one page down
+ */
+ void PageDown();
protected:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgwidgetlist.h,1.3.6.1,1.3.6.2,
Alexander Pipelka <address@hidden> <=