LibreOffice
LibreOffice 24.2 SDK API Reference
|
These values are used to specify the properties of a menu item. More...
Variables | |
const short | CHECKABLE = 1 |
specifies an item which can be checked independently. More... | |
const short | RADIOCHECK = 2 |
specifies an item which can be checked dependent on the neighbouring items. More... | |
const short | AUTOCHECK = 4 |
specifies to check this item automatically on select. More... | |
These values are used to specify the properties of a menu item.
const short AUTOCHECK = 4 |
specifies to check this item automatically on select.
const short CHECKABLE = 1 |
specifies an item which can be checked independently.
const short RADIOCHECK = 2 |
specifies an item which can be checked dependent on the neighbouring items.