Top   Module   Use   Manual   Index 

com :: sun :: star :: ui ::

constants group ActionTriggerSeparatorType


Description
Determins the type of a separator in an ActionTriggerContainer.


Constants

const short LINE = = 0;
Description
a separarator is inserted as a line.
const short SPACE = = 1;
Description
a separarator is inserted as a space.
const short LINEBREAK = = 2;
Description
a linebreak is inserted.
Top of Page