Top   Module   Use   Manual   Index 

com :: sun :: star :: frame ::

constants group WindowArrange


Description
These constants are used to specify a style of window arrangement.


Constants

const short TILE = = 1;
Description
arranges the windows in tiles.
const short VERTICAL = = 2;
Description
arranges the windows vertically.
const short HORIZONTAL = = 3;
Description
arranges the windows horizontally.
const short CASCADE = = 4;
Description
cascades the windows.
const short MAXIMIZE = = 5;
Description
maximizes all windows.
const short MINIMIZE = = 6;
Description
minimizes all windows.
Top of Page