Jason P. wrote:
Steven Lloyd wrote:

I know that a horizontal slider can by created but is there a way to create a vertical slider control using Win32::GUI? Does AddSlider have such an option?

Steve Lloyd
http://www.basgetti.com


-horizontal=>0

snatched from Splitter.xs

Or possibly, -vertical => 1 See Win32::GUI::Slider docs at
http://perl-win32-gui.sourceforge.net/docs/Win32/GUI/Slider.html

[Splitters and Sliders aren't the same thing! The XS code for a slider can be found in Trackbar.xs]

Rob.

Reply via email to