Top   Module   Use   Manual   Index 

com :: sun :: star :: frame ::

constants group FrameSearchFlag


Description
These types describe the algorithm to be used to search a frame.


Constants

const long AUTO = = 0;
Description
SELF+CHILDREN
const long PARENT = = 1;
Description
includes the parent frame
const long SELF = = 2;
Description
includes the start frame
const long CHILDREN = = 4;
Description
includes the child frames of the start frame
const long CREATE = = 8;
Description
frame will be created if not found
const long SIBLINGS = = 16;
Description
includes the other child frames of the parent of the start frame
const long TASKS = = 32;
Description
includes all frames in all tasks in the current frames hierarchy
const long ALL = = 23;
Description
includes all frames except frames in other tasks
const long GLOBAL = = 55;
Description
searches in the whole hierarchy of frames.
Top of Page