Default value for "ScrollStep" in ScrollAreaGadget()?

Just starting out? Need help? Post your questions and find answers here.
Lebostein
Addict
Addict
Posts: 829
Joined: Fri Jun 11, 2004 7:07 am

Default value for "ScrollStep" in ScrollAreaGadget()?

Post by Lebostein »

I would like to use the #PB_ScrollArea_BorderLess flag. But I can't do that without having to specify the “ScrollStep” parameter. Unfortunately, there is no default value in the documentation that I can use without changing the previous behavior.

Edit: The default value for "flags" is also missing in the documentation.
User avatar
Caronte3D
Addict
Addict
Posts: 1361
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: Default value for "ScrollStep" in ScrollAreaGadget()?

Post by Caronte3D »

I think default value is 10, but you can read the value before to be sure.
Post Reply