Name
Scrollbar.Target -- set target widget for scrollbar
Function
Use this attribute to define the widget that is to be controlled by this scrollbar object. This should always be provided because the scrollbar's thumb size changes whenever the size of its target widget changes. If you specify a target widget here, RapaGUI will automatically update the scrollbar's thumb size whenever the size of the target widget changes. Otherwise you will have to do this manually by setting Scrollbar.Visible whenever the thumb size changes.

Type
MOAI object

Applicability
I


Show TOC