Creating Tables
The WtTable function lets you modify tables of data created with the XbaeMatrix widget. The XbaeMatrix widget is an editable 2D array of string data (cells) similar to a spreadsheet.
The Motif version of the XbaeMatrix widget was originally developed by Andrew Wason of Bellcore.
Complete documentation for the XbaeMatrix widget is available in the PostScript file matrix_motif.ps, which you can print on any PostScript printer. This file is in:
(UNIX) $RW_DIR/wave/docs/widgets
(WIN) %RW_DIR\wave\docs\widgets
Where RW_DIR is the main Rogue Wave directory.
Refer to this document for detailed information on the MbaeMatrix widget’s resources and callbacks.
 
note
Rogue Wave has ported a subset of the Widget Toolbox (Wt) functionality that is available for Motif to Microsoft Windows. Because the Widget Toolbox under Windows is not a complete implementation, we recommend that Windows developers use the PV-WAVE 10.0 Widgets (Ww) layer or the VDA Tools when developing GUI applications.