Virtual Method
StScrollableset_adjustments
Declaration [src]
void
set_adjustments (
  StScrollable* scrollable,
  StAdjustment* hadjustment,
  StAdjustment* vadjustment
)
Description [src]
This method should be implemented by classes implementing the StScrollable
interface.
JavaScript code should do this by overriding the vfunc_set_adjustments()
method.
Parameters
- hadjustment
- 
            Type: StAdjustmentThe horizontal StAdjustment.The data is owned by the caller of the method. 
- vadjustment
- 
            Type: StAdjustmentThe vertical StAdjustment.The data is owned by the caller of the method.