:: com :: sun :: star :: util ::

struct AtomClassRequest
Description
is used to describe which atoms the user wants to know about.
See also
XAtomServer

Elements' Summary
atomClass the class of the atoms described in member AtomClassRequest::atoms.  
atoms the atoms requested from class AtomClassRequest::atomClass.  
Elements' Details
atomClass
long atomClass;
Description
the class of the atoms described in member AtomClassRequest::atoms.
atoms
sequence< long > atoms;
Description
the atoms requested from class AtomClassRequest::atomClass.
Top of Page