LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XCheckBox_idl__
20 #define __com_sun_star_awt_XCheckBox_idl__
28 module
com { module sun { module star { module awt {
void enableTriState([in] boolean b)
enables or disables the tri state mode.
short getState()
returns the state of the check box.
gives access to the state of a check box and makes it possible to register for events.
Definition: XCheckBox.idl:35
makes it possible to receive events from a component when the state of an item changes.
Definition: XItemListener.idl:35
void setLabel([in] string Label)
sets the label of the check box.
void addItemListener([in] com::sun::star::awt::XItemListener l)
registers a listener for item events.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
void setState([in] short n)
sets the state of the check box.
void removeItemListener([in] com::sun::star::awt::XItemListener l)
unregisters a listener for item events.