/[paragui]/paragui/test/colorselector/pgcolorselector.cpp
ViewVC logotype

Diff of /paragui/test/colorselector/pgcolorselector.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.5.2.2 by braindead, Mon Nov 24 09:17:22 2003 UTC revision 1.1.2.5.2.3 by braindead, Tue Dec 2 15:27:59 2003 UTC
# Line 130  PG_ColorSelector::PG_ColorSelector(PG_Wi Line 130  PG_ColorSelector::PG_ColorSelector(PG_Wi
130                    
131          my_colorbox->SetGradient(g);          my_colorbox->SetGradient(g);
132    
133          my_colorslider = new PG_Slider(this, -1, PG_Rect(r.h, 5, 20, r.h-10), PG_SB_VERTICAL);          my_colorslider = new PG_Slider(this, -1, PG_Rect(r.h, 5, 20, r.h-10), PG_ScrollBar::VERTICAL);
134          my_colorslider->SetRange(0, 255);          my_colorslider->SetRange(0, 255);
135    
136          my_colorslider->SetBackground((SDL_Surface*)NULL);          my_colorslider->SetBackground((SDL_Surface*)NULL);

Legend:
Removed from v.1.1.2.5.2.2  
changed lines
  Added in v.1.1.2.5.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26