LibreOffice
LibreOffice 24.2 SDK API Reference
|
These values are used to specify the direction in which a pop-up menu will grow. More...
Variables | |
const short | EXECUTE_DEFAULT = 0 |
opens on execute in a default direction. More... | |
const short | EXECUTE_DOWN = 1 |
opens on execute downwards. More... | |
const short | EXECUTE_UP = 2 |
opens on execute upwards. More... | |
const short | EXECUTE_LEFT = 4 |
opens on execute to the left. More... | |
const short | EXECUTE_RIGHT = 8 |
opens on execute to the right. More... | |
These values are used to specify the direction in which a pop-up menu will grow.
They may be expanded in future versions.
const short EXECUTE_DEFAULT = 0 |
opens on execute in a default direction.
const short EXECUTE_DOWN = 1 |
opens on execute downwards.
const short EXECUTE_LEFT = 4 |
opens on execute to the left.
const short EXECUTE_RIGHT = 8 |
opens on execute to the right.
const short EXECUTE_UP = 2 |
opens on execute upwards.