Release Highlights
Some highlights of the EditTable 3.2 release include the following:
- Text overflow marker is now an equilateral triangle.
- Drag & Drop callback updated to allow user to examine column number when moving a frozen column back to main table.
- Each column now has a UserData field and there are two new API functions to set (XintEditTableSetColumnUserData) and get (XintEditTableGetColumnUserData).
- Resource convertors updated to handle Release 3.1 new constants XintSPAN_ALWAYS and XintTYPE_NONE.
- Allow pulldown menus to be displayed in a cell.
- Added new code to speed up the drawing of grid lines in the table.
- SetListBehaviour now has a new flag to allow cell editing.
- Two new PostScript output functions (EditTableSimplePS and EditTableSimplePS2).
- PostScript optimized for output of images.
- PostScript optimized for output of text.
- PostScript output now tells you when you are trying to write to a read-only file.
- PostScript now caches the previous selected font in the output driver to avoid extra output.
- PostScript now caches output in memory before committing to file.
- Added support for 255 character file names in PostScript.
- Can now selectively suppress the display of the widget in a cell.
- A new resizing cursor is now shown to indicate that you can stretch rows/columns with the mouse button 2.