Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

constants group CommandInfoChange


Description
specifies reasons for sending CommandInfoChangeEvent s.
See also
CommandInfoChangeEvent
See also
XCommandInfo


Constants

const long COMMAND_INSERTED = = 0;
Description
A command was inserted into a XCommandInfo .
const long COMMAND_REMOVED = = 1;
Description
A command was removed from a XCommandInfo .
Top of Page