[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/include pgbutton.h,1.3,1.3.2.1
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/include pgbutton.h,1.3,1.3.2.1 |
Date: |
Wed, 17 Apr 2002 03:25:09 -0400 |
Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv18824/include
Modified Files:
Tag: devel-1-1
pgbutton.h
Log Message:
fixed hidden virtual PG_Widget::SetTransparency function
Submitted by: Ian McCulloch <address@hidden>
Index: pgbutton.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgbutton.h,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** pgbutton.h 15 Apr 2002 13:35:35 -0000 1.3
--- pgbutton.h 17 Apr 2002 07:25:03 -0000 1.3.2.1
***************
*** 220,224 ****
/** */
! void SetTransparency(int norm, int pressed, int high);
/**
--- 220,226 ----
/** */
! void SetTransparency(Uint8 norm, Uint8 pressed, Uint8 high);
!
! void SetTransparency(Uint8 trans);
/**
***************
*** 272,276 ****
int my_bordersize[3];
! int my_transparency[3];
int my_state;
//int id;
--- 274,278 ----
int my_bordersize[3];
! Uint8 my_transparency[3];
int my_state;
//int id;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgbutton.h,1.3,1.3.2.1,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/src/widgets pgthemewidget.cpp,1.3,1.3.2.1 pgwidget.cpp,1.3,1.3.2.1
- Next by Date:
[paragui-cvs] CVS: paragui/src/widgets pgbutton.cpp,1.3,1.3.2.1
- Previous by thread:
[paragui-cvs] CVS: paragui/src/widgets pgthemewidget.cpp,1.3,1.3.2.1 pgwidget.cpp,1.3,1.3.2.1
- Next by thread:
[paragui-cvs] CVS: paragui/src/widgets pgbutton.cpp,1.3,1.3.2.1
- Index(es):