LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_MenuItemType_idl__
20 #define __com_sun_star_awt_MenuItemType_idl__
22 module
com { module sun { module star { module awt {
@ STRINGIMAGE
specifies that the menu item has a text and an image.
Definition: MenuItemType.idl:43
@ IMAGE
specifies that the menu item has an image.
Definition: MenuItemType.idl:39
const short DONTKNOW
specifies an unknown character set.
Definition: CharSet.idl:44
@ STRING
specifies that the menu item has a text.
Definition: MenuItemType.idl:35
@ SEPARATOR
specifies that the menu item is a separator.
Definition: MenuItemType.idl:47
Definition: Ambiguous.idl:22
MenuItemType
specifies the type of a menu item, as returned by com::sun::star::awt::XMenu::getItemType().
Definition: MenuItemType.idl:28