Donate Share

Xbae Widget Set

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

File Release Notes and Changelog

Release Name: 4.60.2

Notes:
Xbae Release 4.60.2
-------------------
* Introduced a new boolean resource XmNtextBackgroundIsCell that specifies if 
  the background of the text child defaults to the core background of the 
  matrix or the background of the cell being edited when XmNtextBackground
  has the value XmUNSPECIFIED_PIXEL.
* A handfull of smaller bugfixes, see ChangeLog for details


Changes: Xbae Release 4.60.2 ------------------- * Fix for delayed drawing - XbaeMatrixSetCellPixmap() didn't redraw the matrix. * Add missing initialization of text_child_is_mapped to fix bug #1202437 "assertion errors xbae-4.60.0" * Fix an off by one pixel bug resulting in one more character being chopped off at the end of strings when they don't fit in their cell * Allow compiling against motif 1.2 by disabling redertables in that case. * Fix for bug #1236572 "X Error on XtSetValues for XmNcellMarginWidth" (xbaeHideTextChild didn't check whether the TextChild was realized). * Don"t call edit cell with an invalid column in PageUp/DownACT to fix bug #1219633 "Page Up/Down generates XtWarning" Also, trigger the traversal callback in these actions.