paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/widgets pgthemewidget.cpp,1.3.6.3,1.3.6.4


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgthemewidget.cpp,1.3.6.3,1.3.6.4
Date: Fri, 12 Jul 2002 06:12:17 -0400

Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv13359/src/widgets

Modified Files:
      Tag: devel-1-0
        pgthemewidget.cpp 
Log Message:
added PG_ThemeWidget::SetBackgroundColor
made colorselector workingi, somehow



Index: pgthemewidget.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgthemewidget.cpp,v
retrieving revision 1.3.6.3
retrieving revision 1.3.6.4
diff -C2 -r1.3.6.3 -r1.3.6.4
*** pgthemewidget.cpp   12 Jul 2002 09:25:59 -0000      1.3.6.3
--- pgthemewidget.cpp   12 Jul 2002 10:12:14 -0000      1.3.6.4
***************
*** 519,520 ****
--- 519,524 ----
        my_internaldata->simplebackground = simple;
  }
+ 
+ void PG_ThemeWidget::SetBackgroundColor(const SDL_Color& c) {
+       my_internaldata->backgroundcolor = c;
+ }




reply via email to

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