XTREE enhancement: a new flag bit in the XTR'NFSELSTYLE variable can be used to remove the dotted "focus rectangle" which normally appears around the selected item. This is now defined, along with the rest of the XTR'NFSELSTYLE values in XTREE.DEF as:
Symbol |
Value |
Meaning |
---|---|---|
XTNFS_GRAY |
0 |
inactive sel bar is gray |
XTNFS_BLUE |
1 |
inactive sel bar is blue |
XTNFS_FRAME |
2 |
inactive sel bar is frame |
XTNFS_NONE |
3 |
no inactive sel bar |
XTNFS_NOFOCRECT |
&h80 |
don't display focus rect (dotted) |