window class : SetWidthRatio(real,real) method
Description
Sets the browser width ratio.
Syntax
instance.SetWidthRatio(real mainRatio, real subRatio)
Arguments
None.
Class | Name | Description |
real | mainRatio | Ratio for the Main-browser. |
real | subRatio | Ratio 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.