RE: [Plib-devel] puSlider
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-08-14 23:53:05
|
Blake Friesen wrote: > I would like to be able to use a puSlider that I can set the > width (for horizontal slider) or the height (for a vertical > slider.) Right now, the slider height is set according to > the height/width of the current font. Thanks Blake! I got an "ambiguous constructor error" on MSVC so I removed the default parameter to make it work puSlider ( int minx, int miny, int sz, int vertical = FALSE ) puSlider ( int minx, int miny, int sz, int width, int vertical ) Let me know if that is a problem. --Dave |