How can I check are some Subtree Items visible now?
It means that this Subtree is expanded and Items are visible on a screen.
Leonid Khait <lhait@diaspro.com> schrieb in im Newsbeitrag:
01c04789$f9710840$42103bd5@khait…
How can I check are some Subtree Items visible now?
It means that this Subtree is expanded and Items are visible on a screen.
Using PtTreeGetCurrent (TreeWidget) you will get a pointer of type
(PtTreeItemTree_t *). Test now with “ptr->gen.list.flags” if the flag
Pt_TREE_ITEM_EXPANDED is set (means expanded and, hopefully, expanded and
visible) or not.
/martin