[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/include pgdropdown.h,1.3,1.3.6.1
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/include pgdropdown.h,1.3,1.3.6.1 |
Date: |
Mon, 05 May 2003 03:47:40 -0400 |
Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv23263/include
Modified Files:
Tag: devel-1-0
pgdropdown.h
Log Message:
- merged patch from Steffen Blume <address@hidden>
Select[First,Next,Prev]Item for PG_DropDown
Index: pgdropdown.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgdropdown.h,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** pgdropdown.h 15 Apr 2002 13:35:35 -0000 1.3
--- pgdropdown.h 5 May 2003 07:47:38 -0000 1.3.6.1
***************
*** 124,127 ****
--- 124,148 ----
bool ProcessEvent(const SDL_Event * event, bool bModal);
+ /**
+ Select the first item
+ */
+ void SelectFirstItem();
+
+ /**
+ Select the next item
+ */
+ void SelectNextItem();
+
+ /**
+ Select the previous item
+ */
+ void SelectPrevItem();
+
+ /**
+ Select the n-th item
+ @parm n number of item to select
+ */
+ void SelectItem(const int n);
+
protected:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgdropdown.h,1.3,1.3.6.1,
Alexander Pipelka <address@hidden> <=