nrListItemExpand
nrListItemExpand(o_listView t_listItem g_expandedOrCollapsed) =>t / nil
Description
Function logged when an item in a list/tree view created with the Qt QListView class is expanded or collapsed. This function is intended only for replay use and should not be called explicitly.
Arguments
Values Returned
|
A list-tree view item was expanded or collapsed, or this function was called from SKILL. |
|
Examples
nrListItemExpand( cdsLibManager->listTree “NewLib/buffer” t )
Related Topics
Return to top