19 #ifndef __com_sun_star_awt_XPopupMenu_idl__
20 #define __com_sun_star_awt_XPopupMenu_idl__
31 module com { module sun { module star { module awt {
33 published
interface XWindowPeer;
44 void insertSeparator( [in]
short nItemPos );
51 void setDefaultItem( [in]
short nItemId );
58 short getDefaultItem();
68 void checkItem( [in]
short nItemId,
69 [in]
boolean bCheck );
79 boolean isItemChecked( [in]
short nItemId );
100 [in]
short Direction );
115 boolean isInExecute();
139 void setAcceleratorKeyEvent( [in]
short nItemId,
154 KeyEvent getAcceleratorKeyEvent( [in]
short nItemId );
168 void setItemImage( [in]
short nItemId,
170 [in]
boolean bScale );
specifies a rectangular area by position and size.
Definition: Rectangle.idl:29
specifies a key event.
Definition: KeyEvent.idl:33
gives access to the actual window implementation on the device.
Definition: XWindowPeer.idl:36
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:43