When using XRT/Table library in our application, we are getting the below warning messages on the console.
"Warning: XRT/table: XrtTblSetValues is obsolete, please use XtSetValues instead. "
I don't use XrtTblSetValues anywhere in my code, what could be the reason for this warning message and how can we avoid this?
The warning you receive is actually because of a XrtTblVaSetValues() call. The functionality of XrtTblVaSetValues is to parse the variable length argument list into a standard ArgList and then pass the values through to XrtTblSetValues.
This function was made obsolete a number of XRT/table versions ago, so the proper functionality is to simply use XtVaSetValues() to set resources on the XRT/table widget.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center