window class : SetWidthRatio(real,real) method

Description

Sets the browser width ratio.

Syntax

instance.SetWidthRatio(real mainRatio, real subRatio)

Arguments

None.

ClassNameDescription
realmainRatioRatio for the Main-browser.
realsubRatioRatio for the Sub-browser.

Return value

None.

Sample code

1:

window w = new window();

2:

w.SetWidthRatio(0.7, 0.3);

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.