22 module
com { module sun { module star { module awt {
Provides access to the controls within an UnoControlContainer.
Definition XControlContainer.idl:29
com::sun::star::awt::XControl getControl([in] string aName)
returns the control with the specified name.
void removeControl([in] com::sun::star::awt::XControl Control)
removes the given control from the container.
void addControl([in] string Name, [in] com::sun::star::awt::XControl Control)
adds the given control with the specified name to the container.
void setStatusText([in] string StatusText)
sets the status text in the status bar of the container.
sequence< com::sun::star::awt::XControl > getControls()
returns all controls.
identifies a control.
Definition XControl.idl:37
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20