paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgradiobutton.h,1.3.6.1,1.3.6.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgradiobutton.h,1.3.6.1,1.3.6.2
Date: Fri, 28 Mar 2003 14:59:44 -0500

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

Modified Files:
      Tag: devel-1-0
        pgradiobutton.h 
Log Message:
- more patches from "H. C." <address@hidden>
- another small one in PG_Widget::SetSizeByText
- added PG_RadioButton::SetFontColor methods



Index: pgradiobutton.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgradiobutton.h,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** pgradiobutton.h     10 Jun 2002 16:44:06 -0000      1.3.6.1
--- pgradiobutton.h     28 Mar 2003 19:59:41 -0000      1.3.6.2
***************
*** 83,86 ****
--- 83,92 ----
        const char* GetText();
  
+       void SetFontColor(const SDL_Color& Color);
+ 
+       void SetFontColor(int Red, int Green, int Blue);
+ 
+       void SetFontColor(int Color);
+ 
  protected:
  





reply via email to

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