Menu

#17 XmProcessTraversal returns True

closed-fixed
Xm library (13)
5
2005-03-26
2005-03-25
Tobias Oed
No

Hello, as the title suggests, XmProcessTraversal
returns True when it might have failed. This is
breaking the traversal of XbaeMatrix when there
are cellwidgets that don't accept focus. Attached
is a patch that fixes this issue by bypassing the
dummy function _XmProcessTraversal and
returning the status of _XmMgrTraversal. Since
this was the last caller of _XmProcessTraversal
you may want to kill that function.
Tobias.

Discussion

  • Tobias Oed

    Tobias Oed - 2005-03-25

    Make XmProcessTraversal return the status of _XmMgrTraversal

     
  • Danny Backx

    Danny Backx - 2005-03-26
    • assigned_to: nobody --> dannybackx
    • status: open --> closed-fixed
     
  • Danny Backx

    Danny Backx - 2005-03-26

    Logged In: YES
    user_id=39146

    Thanks, fixed.

     

Log in to post a comment.