RE: [Plib-devel] RE: puSlider
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-08-15 21:19:04
|
the width and height are not passed so you can't judge that. or do i mis-understand? puSlider ( int minx, int miny, int sz, int vertical = FALSE ) puSlider ( int minx, int miny, int sz, int width, int vertical ) --Dave Hello Why don't you judge if its vertical or horizontal based on the size, in the original constuctor. Later Ben |