My standard Linux distribution came with the X, Xt and Xaw libraries
which I'm trying to use to write some simple X-window programs. Is
there any documentation providing details on the widgets available
using these libraries. I'm using an old motif book which gives lots
of programming examples using the Xt widgets but the Xm widgets don't
all seem have Xaw analogs.
As an example, the callback list for the xmPushButtonWidget is called
XmNactivateCallback. What is the name of the callback list for the
MenuButtonWidget defined in /usr/X11R6/include/X11/Xaw/MenuButton.h?
Any help would be appreciated.
WWD