Definition at line 99 of file FX4Splitter.h. 00099 { 00100 ID_EXPAND_NONE=FXComposite::ID_LAST+ExpandNone, 00101 ID_EXPAND_TOP=ID_EXPAND_NONE+ExpandTop, 00102 ID_EXPAND_BOTTOM=ID_EXPAND_NONE+ExpandBottom, 00103 ID_EXPAND_LEFT=ID_EXPAND_NONE+ExpandLeft, 00104 ID_EXPAND_RIGHT=ID_EXPAND_NONE+ExpandRight, 00105 ID_EXPAND_TOPLEFT=ID_EXPAND_NONE+ExpandTopLeft, 00106 ID_EXPAND_TOPRIGHT=ID_EXPAND_NONE+ExpandTopRight, 00107 ID_EXPAND_BOTTOMLEFT=ID_EXPAND_NONE+ExpandBottomLeft, 00108 ID_EXPAND_BOTTOMRIGHT=ID_EXPAND_NONE+ExpandBottomRight, 00109 ID_EXPAND_ALL=ID_EXPAND_NONE+ExpandAll, 00110 ID_LAST 00111 };
|