| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
these constants are used to specify a style of window arrangement More...
| Variables | |
| const short | TILE = 1 | 
| arranges the windows in tiles | |
| const short | VERTICAL = 2 | 
| arranges the windows vertically | |
| const short | HORIZONTAL = 3 | 
| arranges the windows horizontally | |
| const short | CASCADE = 4 | 
| cascades the windows | |
| const short | MAXIMIZE = 5 | 
| maximizes all windows | |
| const short | MINIMIZE = 6 | 
| minimizes all windows | |
these constants are used to specify a style of window arrangement
| const short CASCADE = 4 | 
cascades the windows
| const short HORIZONTAL = 3 | 
arranges the windows horizontally
| const short MAXIMIZE = 5 | 
maximizes all windows
| const short MINIMIZE = 6 | 
minimizes all windows
| const short TILE = 1 | 
arranges the windows in tiles
| const short VERTICAL = 2 | 
arranges the windows vertically